Click or drag to resize

FactoryCreateReader Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Excel.Factory.CreateReader(System.IO.Stream,Stimulsoft.Base.Excel.ExcelFileType)"]

Namespace:  Stimulsoft.Base.Excel
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static IExcelDataReader CreateReader(
	Stream fileStream,
	ExcelFileType excelFileType
)

Parameters

fileStream
Type: System.IOStream

[Missing <param name="fileStream"/> documentation for "M:Stimulsoft.Base.Excel.Factory.CreateReader(System.IO.Stream,Stimulsoft.Base.Excel.ExcelFileType)"]

excelFileType
Type: Stimulsoft.Base.ExcelExcelFileType

[Missing <param name="excelFileType"/> documentation for "M:Stimulsoft.Base.Excel.Factory.CreateReader(System.IO.Stream,Stimulsoft.Base.Excel.ExcelFileType)"]

Return Value

Type: IExcelDataReader

[Missing <returns> documentation for "M:Stimulsoft.Base.Excel.Factory.CreateReader(System.IO.Stream,Stimulsoft.Base.Excel.ExcelFileType)"]

See Also