- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 06:26 AM
Dear All,
we have requirement to generate excel template for Invoice creation from the ServiceNow Record.
From the Invoice table record, need to populate the values dynamically into attached excel template.
while generating the excel template, it should display the excel template formatting as per the attached template like colour, font text formatting should be same.
Please give me some insights and better solutions to implement.
Quick help will be appreciated.
@Chuck Tomasi @Pradeep Sharma @Ankur Bawiskar @Maik Skoddow
- Kailas
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 09:56 AM
You can go through the article which I posted about it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 09:56 AM
You can go through the article which I posted about it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 09:16 PM
Thank Vivek for the link provided.
Any other solution and ideas will be appreciated..
Thanks,
KB
- Kailas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2024 11:17 PM - edited 09-18-2024 05:18 AM
I want to export data from ServiceNow to Excel and keep that nice formatting. It can be tricky sometimes. The trick is to use the built-in export options in ServiceNow, which usually lets you choose how you want the data to appear in Excel. If you'll have that polished look immediately, you should play around with Excel templates after the export. I’ve found that customizing your Excel file can save you a lot of time in the long run.
Also, check out myexcelonline for some great formatting tips. It’s a handy resource to make your spreadsheets look professional without much hassle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 09:51 PM
@JohnnyP Hi Johnny,
I am looking for the server-side script to generate the excel with formatting the cell values like color, merge cell, font 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.
Please let me know if you have any ideas.
Thanks, Kailas
- Kailas