C# Class ExcelToolKit.ExcelOpenXmlReader

Inheritance: IExcelDataReader
Afficher le fichier Open project: fanfeilong/exceltk Class Usage Examples

Méthodes publiques

Méthode Description
AsDataSet ( ) : DataSet
AsDataSet ( bool convertOADateTime ) : DataSet
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

Private Methods

Méthode Description
CheckDateTimeNumFmts ( List list ) : void
DetectDemension ( ) : XlsxDimension>.Dictionary
Dispose ( bool disposing ) : void
ExcelOpenXmlReader ( ) : System
InitializeSheetRead ( ) : bool
IsDateTimeStyle ( int styleId ) : bool
LastIndexOfNonNull ( object cellsValues ) : int
ReadDataSet ( ) : DataSet
ReadGlobals ( ) : void
ReadHyperLinks ( XlsxWorksheet sheet, DataTable table ) : bool
ReadSheetGlobals ( XlsxWorksheet sheet ) : void
ReadSheetRow ( XlsxWorksheet sheet ) : bool
ResetSheetReader ( XlsxWorksheet sheet ) : bool

Method Details

AsDataSet() public méthode

public AsDataSet ( ) : DataSet
Résultat System.Data.DataSet

AsDataSet() public méthode

public AsDataSet ( bool convertOADateTime ) : DataSet
convertOADateTime bool
Résultat System.Data.DataSet

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBoolean() public méthode

public GetBoolean ( int i ) : bool
i int
Résultat bool

GetDateTime() public méthode

public GetDateTime ( int i ) : System.DateTime
i int
Résultat System.DateTime

GetDecimal() public méthode

public GetDecimal ( int i ) : decimal
i int
Résultat decimal

GetDouble() public méthode

public GetDouble ( int i ) : double
i int
Résultat double

GetFloat() public méthode

public GetFloat ( int i ) : float
i int
Résultat float

GetInt16() public méthode

public GetInt16 ( int i ) : short
i int
Résultat short

GetInt32() public méthode

public GetInt32 ( int i ) : int
i int
Résultat int

GetInt64() public méthode

public GetInt64 ( int i ) : long
i int
Résultat long

GetString() public méthode

public GetString ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( int i ) : object
i int
Résultat object

Initialize() public méthode

public Initialize ( Stream fileStream ) : void
fileStream Stream
Résultat void

IsDBNull() public méthode

public IsDBNull ( int i ) : bool
i int
Résultat bool

NextResult() public méthode

public NextResult ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : bool
Résultat bool

this() public méthode

public this ( int i ) : object
i int
Résultat object