Excel Export header visible when exported rows are empty

0
We are using the XLS Report module for exporting Mendix data to Excel. We would like to have the headers (column 0) visible even when no data for that specific Excel tab is exported from Mendix. The headers are now only visible when at least one row is filled with exported data.   Does anyone have a solution for this? Can this be for example be configured in the XLS Report module itself from the client side?
asked
2 answers
0

Sadly you still need to alter the Java code in the module for this.. Should be a configuration in the module, but is it not there (yet).

A workaround could indeed be to write a dummy row.

answered
0

Thanks for input Ashok and Ivo!

answered