[Excel]How To Create New Worksheet

This recipe demonstrates how to create a new worksheet in the Microsoft Excel-format output of a report template.

Steps taken:

  1. Create a report template (excelTest.rml).
  2. Create two sections, “Legend” and “Section 1”.
  3. 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)