...
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 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 size of the already defined header |
Return type:
The returned value has no meaning.
...