C# Class IndieAPI.Server.Services.CloudSheet.ExcelSheetReader

Datei anzeigen Open project: SyncZone/IndieAPI Class Usage Examples

Public Methods

Method Description
GetCellValue ( String fieldName ) : CellValue
GetCellValues ( ) : IEnumerable
GetFieldInfo ( Int32 index ) : FieldInfo
Load ( ) : ExcelSheetReader
NextRow ( ) : System.Boolean

Private Methods

Method Description
ExcelSheetReader ( ExcelLoader parent, Sheet sheet ) : System
GetCellValue ( Cell cell, FieldInfo fieldInfo ) : CellValue
GetColumnIndex ( Cell cell ) : Int32
GetTextInCell ( Cell cell ) : String

Method Details

GetCellValue() public method

public GetCellValue ( String fieldName ) : CellValue
fieldName String
return CellValue

GetCellValues() public method

public GetCellValues ( ) : IEnumerable
return IEnumerable

GetFieldInfo() public method

public GetFieldInfo ( Int32 index ) : FieldInfo
index System.Int32
return FieldInfo

Load() public method

public Load ( ) : ExcelSheetReader
return ExcelSheetReader

NextRow() public method

public NextRow ( ) : System.Boolean
return System.Boolean