...
Routine | Description | Syntax |
---|---|---|
reporting_getDateValuesetupTemplate | Retrieves 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 inputsetupSheet | Routine 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 controladdData | Routine 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 controlwriteWorkbook | Routine that writes the Excel file and sends it back to the user. | reporting_getSingleValuewriteWorkbook(argv, label) |
...
(DRAFT)