StiExcelHelper Class
Namespace: Stimulsoft.Base
Methods
| Method | Returns | Description |
|---|---|---|
getDataSetFromExcelDocument static |
DataSet |
Method Details
getDataSetFromExcelDocument static
getDataSetFromExcelDocument(content: number[], firstRowIsHeader: boolean, maxDataRows: number): DataSet
Parameters
- content (number[])
- firstRowIsHeader (boolean)
- maxDataRows (number)
Returns DataSet
Fields
| Field | Type | Description |
|---|---|---|
| columnIndex | any | |
| firstRow | any | |
| row | any | |
| value | any | |
| value | any | |
| value | any | |
| value | any |