fgl_report_setXLSXMergeCells

Configure cell merging in XLSX (Excel) output.

Syntax

fgl_report_setXLSXMergeCells (
  mergeCells BOOLEAN)
  1. mergeCells - Controls the behavior when an item of the report occupies more than one cell. Setting this value causes the cells to be merged into one cell. The value is TRUE by default.

Usage

Function to configure cell merging in XLSX (Excel) output.

This function is applicable when XLSX output has been selected by a call to the function fgl_report_selectDevice.

See Usage.