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_addDataAdds a number of rows to the Excel worksheet that was set up before with the reporting_setupSheet routine.
  • reporting_setupSheetAdds extra parameters to the internal setup configuration created with the reporting_setupTemplate routine.
  • reporting_setupTemplateCreates an internal setup configuration associated with an external Excel template.
  • reporting_writeWorkbookWrites 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.