C# Class ExcelToolKit.ExcelOpenXmlReader

Inheritance: IExcelDataReader
ファイルを表示 Open project: fanfeilong/exceltk Class Usage Examples

Public Methods

Method 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

Method 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 method

public AsDataSet ( ) : DataSet
return System.Data.DataSet

AsDataSet() public method

public AsDataSet ( bool convertOADateTime ) : DataSet
convertOADateTime bool
return System.Data.DataSet

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetBoolean() public method

public GetBoolean ( int i ) : bool
i int
return bool

GetDateTime() public method

public GetDateTime ( int i ) : System.DateTime
i int
return System.DateTime

GetDecimal() public method

public GetDecimal ( int i ) : decimal
i int
return decimal

GetDouble() public method

public GetDouble ( int i ) : double
i int
return double

GetFloat() public method

public GetFloat ( int i ) : float
i int
return float

GetInt16() public method

public GetInt16 ( int i ) : short
i int
return short

GetInt32() public method

public GetInt32 ( int i ) : int
i int
return int

GetInt64() public method

public GetInt64 ( int i ) : long
i int
return long

GetString() public method

public GetString ( int i ) : string
i int
return string

GetValue() public method

public GetValue ( int i ) : object
i int
return object

Initialize() public method

public Initialize ( Stream fileStream ) : void
fileStream Stream
return void

IsDBNull() public method

public IsDBNull ( int i ) : bool
i int
return bool

NextResult() public method

public NextResult ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

this() public method

public this ( int i ) : object
i int
return object