/
Data writing routines
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.
Related content
Routines
Routines
More like this
Programmer's guide
Programmer's guide
More like this
Predefined templates
Predefined templates
More like this
SIL Functions for Data Table Custom Field
SIL Functions for Data Table Custom Field
More like this
Parameter routines
Parameter routines
More like this
User guide
User guide
More like this