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?

Comments

  • edited 11:59AM
    Find this in the server config:
    <set name="SplitType" value="pages" default="pages"
    type="none/pages/printonprev/rowscount" desc=""/>

    And change value="printonprev"

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.