parseXlsx(data,firstLineIsHeader,tableName)¶
Definition¶
Table parseXlsx(Binary data, Boolean firstLineIsHeader, String tableName)
Description¶
Given a valid Xlsx byte array data, will parse and return the specified table.
Parameter Definition¶
| Name | Type | Description |
|---|---|---|
| data | Binary | Excel byte array to parse |
| firstLineIsHeader | Boolean | Should the first row be considered the column titles, otherwise columns are automatically labeled: col1,col2,col3,... |
| tableName | String | Table/Sheet name to look for |