Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Routine

Description

Syntax

reporting_setupTemplateRoutine that defines the Excel template file path.reporting_setupTemplate(templatePath [, useStreaming])
reporting_setupSheetRoutine that defines a worksheet in which the data is to be written.reporting_setupSheet(sheetName, headers, columnTypes)
reporting_addDataRoutine that adds a bulk of data to some worksheet defined before.reporting_addData(sheetName, data)
reporting_writeWorkbookRoutine that writes the Excel file and sends it back to the user.reporting_writeWorkbook()

...