The format and data of an Excel Report is defined in a transformation. Even when defining DefaultColumnWidth
the changes are ignored in the created Excel file.
<Sheet SheetName="{$sheetName}" DefaultColumnWidth="500" Id="{AS:GenerateId()}">
The format and data of an Excel Report is defined in a transformation. Even when defining DefaultColumnWidth
the changes are ignored in the created Excel file.
<Sheet SheetName="{$sheetName}" DefaultColumnWidth="500" Id="{AS:GenerateId()}">
Correct, it seems to be unimplemented Same probably goes for
DefaultRowHeight
, FreezeColumnIndex
, FreezeRowIndex
and Hidden
.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.