Versions Compared

Key

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

...

Routine

Description

Syntax

reporting_getDateValuesetupTemplateRetrieves the value of a DatePicker/DateTimePicker inputRoutine that defines the Excel template file path.reporting_getDateValuesetupTemplate(argvtemplatePath [, labeluseStreaming])
reporting_getMultiUserPickerValueRetrieves the values from a MultiUserPicker inputsetupSheetRoutine that defines a worksheet in which the data is to be written.reporting_getMultiUserPickerValuesetupSheet(argvsheetName, headers, labelcolumnTypes)
reporting_getMultiValuesRetrieves the selected values from a MultiSelectList or a similar input controladdDataRoutine that adds a bulk of data to some worksheet defined before.reporting_getMultiValuesaddData(argvsheetName, labeldata)
reporting_getSingleValueRetrieves the value from an Input or other single value input controlwriteWorkbookRoutine that writes the Excel file and sends it back to the user.reporting_getSingleValuewriteWorkbook(argv, label)

...

(DRAFT)