In the README, you mention there is an empty "options" object placed here: `XLSXWriter('spreadsheet.xlsx', {} /*options*/);` What kind of options are available? Can I use that to write data into a multiple sheets within the file?
In the README, you mention there is an empty "options" object placed here:
XLSXWriter('spreadsheet.xlsx', {} /*options*/);What kind of options are available? Can I use that to write data into a multiple sheets within the file?