Reporting API Functions / Functions to change reporting options |
Configure Excel output in XLSX format.
fgl_report_configureXLSXDevice ( fromPage INTEGER, toPage INTEGER, removeWhitespace INTEGER, ignoreRowAlignment INTEGER, ignoreColumnAlignment INTEGER, removeBackgroundImages INTEGER, mergePages INTEGER)
Function to configure Excel output in XLSX format. The functionality is identical to the existing "XLS" output except for:
This function is applicable when "XLSX" output has been selected by a call to the function fgl_report_selectDevice. All arguments to this function are optional, indicated by passing a null value. If the XLSX document should be written to a file, the general functions fgl_report_setOutputFileName and fgl_report_selectPreview are available for this purpose.
See also Sending Data to an Excel spreadsheet.
See Usage.