C# Class ExcelToolKit.ExcelReaderFactory

Show file Open project: fanfeilong/exceltk

Public Methods

Method Description
CreateBinaryReader ( Stream fileStream ) : IExcelDataReader
CreateBinaryReader ( Stream fileStream, ReadOption option ) : IExcelDataReader
CreateBinaryReader ( Stream fileStream, bool convertOADate ) : IExcelDataReader
CreateBinaryReader ( Stream fileStream, bool convertOADate, ReadOption readOption ) : IExcelDataReader
CreateOpenXmlReader ( Stream fileStream ) : IExcelDataReader
CreateReader ( Stream fileStream, ExcelFileType excelFileType ) : IExcelDataReader

Method Details

CreateBinaryReader() public static method

public static CreateBinaryReader ( Stream fileStream ) : IExcelDataReader
fileStream System.IO.Stream
return IExcelDataReader

CreateBinaryReader() public static method

public static CreateBinaryReader ( Stream fileStream, ReadOption option ) : IExcelDataReader
fileStream System.IO.Stream
option ReadOption
return IExcelDataReader

CreateBinaryReader() public static method

public static CreateBinaryReader ( Stream fileStream, bool convertOADate ) : IExcelDataReader
fileStream System.IO.Stream
convertOADate bool
return IExcelDataReader

CreateBinaryReader() public static method

public static CreateBinaryReader ( Stream fileStream, bool convertOADate, ReadOption readOption ) : IExcelDataReader
fileStream System.IO.Stream
convertOADate bool
readOption ReadOption
return IExcelDataReader

CreateOpenXmlReader() public static method

public static CreateOpenXmlReader ( Stream fileStream ) : IExcelDataReader
fileStream System.IO.Stream
return IExcelDataReader

CreateReader() public static method

public static CreateReader ( Stream fileStream, ExcelFileType excelFileType ) : IExcelDataReader
fileStream System.IO.Stream
excelFileType ExcelFileType
return IExcelDataReader