Click or drag to resize

StiExcelHelperGetDataSetFromExcelDocument Method

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

Namespace:  Stimulsoft.Base.Excel
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataSet GetDataSetFromExcelDocument(
	byte[] content,
	bool firstRowIsHeader = true
)

Parameters

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.Excel.StiExcelHelper.GetDataSetFromExcelDocument(System.Byte[],System.Boolean)"]

firstRowIsHeader (Optional)
Type: SystemBoolean

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

Return Value

Type: DataSet

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

See Also