C# Class OpenXml.Excel.Data.ExcelDataReader

Inheritance: IDataReader
Afficher le fichier Open project: gSerP1983/OpenXml.Excel.Data Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
ExcelDataReader ( Stream stream, int sheetIndex, bool firstRowAsHeader = true ) : System
ExcelDataReader ( Stream stream, string sheetName, bool firstRowAsHeader = true ) : System
ExcelDataReader ( string path, int sheetIndex, bool firstRowAsHeader = true ) : System
ExcelDataReader ( string path, string sheetName, bool firstRowAsHeader = true ) : System
GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
GetChar ( int i ) : char
GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
GetData ( int i ) : IDataReader
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : System.DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetFieldType ( int i ) : Type
GetFloat ( int i ) : float
GetGuid ( int i ) : System.Guid
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : string
GetOrdinal ( string name ) : int
GetSchemaTable ( ) : DataTable
GetString ( int i ) : string
GetValue ( int i ) : object
GetValues ( object values ) : int
IsDBNull ( int i ) : bool
NextResult ( ) : bool
Read ( ) : bool
this ( int i ) : object
this ( string name ) : object

Private Methods

Méthode Description
AdjustRow ( OpenXmlElement row, int capacity ) : IEnumerable
GetCellValue ( CellType cell ) : string
GetFirstRowAsHeaders ( ) : string[]
GetRangeHeaders ( OpenXmlPart worksheetPart ) : string[]
GetSharedStrings ( SpreadsheetDocument document ) : string>.IDictionary
GetSheetByIndex ( int sheetIndex ) : Sheet
GetSheetByName ( string sheetName ) : Sheet
GetSheets ( ) : IEnumerable

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExcelDataReader() public méthode

public ExcelDataReader ( Stream stream, int sheetIndex, bool firstRowAsHeader = true ) : System
stream Stream
sheetIndex int
firstRowAsHeader bool
Résultat System

ExcelDataReader() public méthode

public ExcelDataReader ( Stream stream, string sheetName, bool firstRowAsHeader = true ) : System
stream Stream
sheetName string
firstRowAsHeader bool
Résultat System

ExcelDataReader() public méthode

public ExcelDataReader ( string path, int sheetIndex, bool firstRowAsHeader = true ) : System
path string
sheetIndex int
firstRowAsHeader bool
Résultat System

ExcelDataReader() public méthode

public ExcelDataReader ( string path, string sheetName, bool firstRowAsHeader = true ) : System
path string
sheetName string
firstRowAsHeader bool
Résultat System

GetBoolean() public méthode

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

GetByte() public méthode

public GetByte ( int i ) : byte
i int
Résultat byte

GetBytes() public méthode

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferoffset int
length int
Résultat long

GetChar() public méthode

public GetChar ( int i ) : char
i int
Résultat char

GetChars() public méthode

public GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
i int
fieldoffset long
buffer char
bufferoffset int
length int
Résultat long

GetData() public méthode

public GetData ( int i ) : IDataReader
i int
Résultat IDataReader

GetDataTypeName() public méthode

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

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

GetFieldType() public méthode

public GetFieldType ( int i ) : Type
i int
Résultat System.Type

GetFloat() public méthode

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

GetGuid() public méthode

public GetGuid ( int i ) : System.Guid
i int
Résultat System.Guid

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

GetName() public méthode

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

GetOrdinal() public méthode

public GetOrdinal ( string name ) : int
name string
Résultat int

GetSchemaTable() public méthode

public GetSchemaTable ( ) : DataTable
Résultat System.Data.DataTable

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

GetValues() public méthode

public GetValues ( object values ) : int
values object
Résultat int

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

this() public méthode

public this ( string name ) : object
name string
Résultat object