C# Class ExcelOperation.ExcelReader

Inheritance: IDisposable
Show file Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

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

Private Methods

Method Description
ReadRow ( IRow row, string>.KeyValuePair titles ) : object>.Dictionary

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExcelReader() public method

public ExcelReader ( string fileName, int titleRow, int contentRow ) : System
fileName string
titleRow int
contentRow int
return System

GetSheetNames() public method

public GetSheetNames ( ) : IEnumerable
return IEnumerable

Read() public method

public Read ( string name ) : DataSheet
name string
return DataSheet