Method | Description | |
---|---|---|
AsDataSet ( ) : |
||
AsDataSet ( bool convertOADateTime ) : |
||
Close ( ) : void | ||
Dispose ( ) : void | ||
GetBoolean ( int i ) : bool | ||
GetDateTime ( int i ) : System.DateTime | ||
GetDecimal ( int i ) : decimal | ||
GetDouble ( int i ) : double | ||
GetFloat ( int i ) : float | ||
GetInt16 ( int i ) : short | ||
GetInt32 ( int i ) : int | ||
GetInt64 ( int i ) : long | ||
GetString ( int i ) : string | ||
GetValue ( int i ) : object | ||
Initialize ( Stream fileStream ) : void | ||
IsDBNull ( int i ) : bool | ||
NextResult ( ) : bool | ||
Read ( ) : bool | ||
this ( int i ) : object |
Method | Description | |
---|---|---|
CheckDateTimeNumFmts ( List |
||
DetectDemension ( ) : XlsxDimension>.Dictionary |
||
Dispose ( bool disposing ) : void | ||
ExcelOpenXmlReader ( ) : System | ||
InitializeSheetRead ( ) : bool | ||
IsDateTimeStyle ( int styleId ) : bool | ||
LastIndexOfNonNull ( object cellsValues ) : int | ||
ReadDataSet ( ) : |
||
ReadGlobals ( ) : void | ||
ReadHyperLinks ( |
||
ReadSheetGlobals ( |
||
ReadSheetRow ( |
||
ResetSheetReader ( |
public AsDataSet ( bool convertOADateTime ) : |
||
convertOADateTime | bool | |
return |
public GetDateTime ( int i ) : System.DateTime | ||
i | int | |
return | System.DateTime |
public Initialize ( Stream fileStream ) : void | ||
fileStream | Stream | |
return | void |