- 28 Jul 2024
- 1 Minute to read
- Print
- DarkLight
Excel report templates
- Updated on 28 Jul 2024
- 1 Minute to read
- Print
- DarkLight
Learn how to define, configure, and download a report template in Excel format.
Excel report templates are located in Administration > Content Management > excels.
Assign Excel workbook templates to a user role
Administrators assign Excel workbook template access to each user role.
- From the application left navigation area, select Administration.
- Select Role Management, then select a user role.
- In Access Management, select the Workbook Template field.
- Select the names of Excel workbook templates that this user role can access, then select Update.
Define parameters for the Excel report title
Configure parameters to include in the .xlsx report template file, including:
- Quote ID
- Quote title
- Version
- Template name
From the application left navigation area, select Administration.
From Master Data Management, select Setting String, then select The format for quote excel report template.
Define parameters for the quote Excel report title. Valid parameters are:
- {QUOTE_ID}
- {QUOTE_TITLE}
- {VERSION}
- {TEMPLATE_NAME}
Select Save.
Download Excel template
- From the application left navigation area, select Quotes.
- Select a quote.
- From the bottom action bar, select Reports > Download Excel Template.
- In the Download templates popup, select the workbook template name.
- From the Quote Language dropdown, select the language for the template.
- (Optional.) To save the template on the Attachments tab in the quote, set the Save Workbook As Attachment switch to YES.
- Select Next, then select the quote items from the list.
- Select Download.
Groovy for Excel workbook templates
You can integrate custom data from lookup tables or any external sources into Excel report templates with the help of a Groovy script.
- From the application left navigation area, select Administration.
- From Master Data Management, select Groovy Script.
- Select Additional Data for Workbook Template Generation.
- In the Script file, upload the Groovy script into the system.
- In the Lookup Tables field, enter the names of relevant lookup tables.
- Select Save.