Exporting from html report to Excel (.xml) to one sheet
I'm accessing a report on a Fastreport Server via html page. In the report is checked "Endless page height". In html page is only one page, it's ok. But when exporting to .xml to open it in MS Excel, the report is splitted into several sheets. On the html page it's only in one screen, but in Excel it's in several sheets.
It's quite problem, when you have to copy all data into one sheet to work with it.
Does anyone have a suggestion, how can be all data in one sheet, regardless on the numbers of lines?
It's quite problem, when you have to copy all data into one sheet to work with it.
Does anyone have a suggestion, how can be all data in one sheet, regardless on the numbers of lines?
Comments
<set name="SplitType" value="pages" default="pages"
type="none/pages/printonprev/rowscount" desc=""/>
And change value="printonprev"