- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 05:13 AM
Hi, I need a way to generate an excel file(not CSV) with certain columns and rows. Values of the cells are not directly from tables.
Can anyone help here?
Solved! Go to Solution.
- Labels:
-
Managed Documents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 05:32 AM
Hi @ahan!
To do this without using a third-party lib, you need to use a Servicenow solution.
See if you have a license and can use the following Spoke:
If my answer helped you in any way, please mark it as Helpful / Accept as Solution 🎯
Regards,
Isaac Vicentini.
MVP 2025 ✨

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 02:23 PM
To generate a xlsx file without using third party solution, you'll need to send the data via a MID server and have a script to generate a xlsx file and send it back.
I'm actually doing something similar in my production instance.