ISSUE FDMEE Report Cell Merged Invalid when export to XLSX Format
I has a problem with some report on with FDMEE, I'd created one report as pivot under grouping of data I have to export with XLSX format because my requirement is split sheet depend on grouping data by using this code "(<?split-by-page-break:?><?spreadsheet-sheet-name: {concat(.//ENTITY,'')}?>) " but when we export as XLSX format the column was terrible merged. but if we export as Excel (XLS) format the column is look fine but the split sheet is not working.
How can I fixed this. I try to add some properties in "xdo.cfg" like "<property name="xlsx-keep-values-in-same-column">true</property>" and restart server but its still merged as the same.