C# Class ExcelOperation.ExcelReader

Inheritance: IDisposable
Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExcelReader ( string fileName, int titleRow, int contentRow ) : System
GetSheetNames ( ) : IEnumerable
Read ( string name ) : DataSheet

Private Methods

Méthode Description
ReadRow ( IRow row, string>.KeyValuePair titles ) : object>.Dictionary

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExcelReader() public méthode

public ExcelReader ( string fileName, int titleRow, int contentRow ) : System
fileName string
titleRow int
contentRow int
Résultat System

GetSheetNames() public méthode

public GetSheetNames ( ) : IEnumerable
Résultat IEnumerable

Read() public méthode

public Read ( string name ) : DataSheet
name string
Résultat DataSheet