Click or drag to resize

StiExcelHelperGetDataSetFromXlsxWithoutTypes Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Excel.StiExcelHelper.GetDataSetFromXlsxWithoutTypes(System.IO.Stream,System.Boolean)"]

Namespace:  Stimulsoft.Base.Excel
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataSet GetDataSetFromXlsxWithoutTypes(
	Stream stream,
	bool firstRowIsHeader = true
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Base.Excel.StiExcelHelper.GetDataSetFromXlsxWithoutTypes(System.IO.Stream,System.Boolean)"]

firstRowIsHeader (Optional)
Type: SystemBoolean

[Missing <param name="firstRowIsHeader"/> documentation for "M:Stimulsoft.Base.Excel.StiExcelHelper.GetDataSetFromXlsxWithoutTypes(System.IO.Stream,System.Boolean)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Stimulsoft.Base.Excel.StiExcelHelper.GetDataSetFromXlsxWithoutTypes(System.IO.Stream,System.Boolean)"]

See Also