...
Excerpt |
---|
Adds a number of rows to the Excel worksheet which that was set up before with the reporting_setupSheet routine. |
...
Parameter name | Type | Required | Description |
---|---|---|---|
sheetName | string | Yes | The worksheet name. The worksheet should have been already set up. |
data | string [] | Yes | This is an array of data which that will be written to the worksheet. The number of elements must be divisible by the number of elements of the columnTypes array that was used during the sheet setup. If the number is not divisible, an exception will be thrown. |
headerRowsNo | number | No | The number of rows of the already defined header (available since 1.5.4/1.6.4) |
...