Data writing routines
The following routines enable users to write values obtained via a SIL script to an Excel file, and to configure the writing process. These routines are used in the reporting script, after the data has been generated.
Routines summary
- reporting_addData — Adds a number of rows to the Excel worksheet that was set up before with the reporting_setupSheet routine.
- reporting_setupSheet — Adds extra parameters to the internal setup configuration created with the reporting_setupTemplate routine.
- reporting_setupTemplate — Creates an internal setup configuration associated with an external Excel template.
- reporting_writeWorkbook — Writes the data added with the reporting_addData routine to a temporary local file that is further presented to the user in a Save As dialog from the gadget.