This recipe demonstrates how to create a new worksheet in the Microsoft Excel-format output of a report template.
Steps taken:
- Create a report template (excelTest.rml).
- Create two sections, “Legend” and “Section 1”.
- Enter the following code:(On “Section 1 > Functions > On Layout” tab) page.setName(“Section 1”);(On “Legend > Functions > On Layout” tab) page.setName(“Legend”);
To download the necessary files for this recipe, refer to the following ZIP file.
HowToCreateNewWorksheet.zip (2.5 KB)