Excel to Export Using ServiceNow Table - Server Side Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 10:18 PM - edited 09-10-2024 10:31 PM
Hi All,
I am looking for the server-side script to generate the excel with formatting the cell values like color, merge cell, font and populate the data etc.
Use case: 1. To generate excel or read the excel template from ServiceNow.
2. Read the columns values from the template or create new excel with columns
3. Read the cell value from the excel template or newly created excel to populate values from the table.
eg. worksheet.getCell('B5').value and so on.
Basically, I am looking to populate the values at the 4 rows.
4. Download or attached excel template in the email.
Thanks, Kailas
- Kailas
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 10:59 PM - edited 09-18-2024 08:02 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 04:10 AM
We are looking also for a solution for this, thanks.