I’m exporting a simple report to an .xls format file which works correctly except for one thing, the first line of the spreadsheet is always blank. The column headers start on line 2 and the data on line 3. I’ve been all through the .xls parameters but can’t find anything applicable, anyone have any idea what could be causing it?
Can you try to position the report container at 0 top, 0 left exactly? I’d suspect you’re seeing the margin/offset here. Or is this a data only export?
This is exporting a data table, an extremely simple export of a dozen columns. And it’s not a blank record in the data, already checked that…
Tried to repro this behavior. If I export with “Export only table data” active, the result is as expected:
If I export with layout, I get
which is somehow similar to what you’re describing. However, once I position the report container at 0, 0 as suggested I get
I attach my test report for the demo application. Can you check what’s different on your end?
SimpleExcelExportTest.srt (66.6 KB)