Options accepted by toXlsx.
| Property | Type | Description |
|---|
application? | string | Value emitted as the Application property in docProps/app.xml. Defaults to GRID. A surrounding application that uses Apiary as a library can pass its own product name here. |
appVersion? | string | Value emitted as the AppVersion property in docProps/app.xml. Excel writes this as <major>.<minor><patch> (e.g. 16.0300); callers using this from Apiary should pass the Apiary version. Defaults to 16.0.300 when not supplied. |
calculated? | boolean | Whether the caller has fully recalculated the workbook’s formula values before exporting. When false, the workbook is written with fullCalcOnLoad="1" so Excel will recalculate everything on open instead of trusting the saved values. When true or omitted, Excel trusts the values present in the workbook (the OOXML default). |