Excel multi-sheet
Hi,
I want to get a multi-page document from Excel. Prior to the appearance of the version with XLSX, there was a manager who generated N pages and compiled them into a single report.
Now, I want to do this in a template. For some reports, a fixed number of pages are suitable, in which case they are marked in the .frx template.
But for the case when there is an undefined amount of such an approach, this approach is not correct. I tried using the attribute StartNewPage = "true" in conjunction with Condition = "[DataSource.Code]", but this didn't work.
With this approach, Condition works and splits the data into pages, but these pages are displayed in one Sheet.
Can anyone come across a similar problem. Tell me how to implement dynamic multi-page through the template.
I want to get a multi-page document from Excel. Prior to the appearance of the version with XLSX, there was a manager who generated N pages and compiled them into a single report.
Now, I want to do this in a template. For some reports, a fixed number of pages are suitable, in which case they are marked in the .frx template.
But for the case when there is an undefined amount of such an approach, this approach is not correct. I tried using the attribute StartNewPage = "true" in conjunction with Condition = "[DataSource.Code]", but this didn't work.
With this approach, Condition works and splits the data into pages, but these pages are displayed in one Sheet.
Can anyone come across a similar problem. Tell me how to implement dynamic multi-page through the template.
Comments
2. i have a report template
3. i want to output customer with prefix 'A' 'B' 'C' to excel and must be in separate sheets
4. see attached project
Probably incorrectly explained.
But, the module which, according to the template of one page, collects N pages for different criteria or different sets of data we have. I want to get rid of it and implement it only through the .frx template.