- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 09:54 PM
Hi All,
I have a requirement I want to export a form in form of Excel sheet. Right now we have options to export it in PDF and XML format. But we want an another option to export it in EXCEL format. Can any one help How we can achieve this.
@Ankur Bawiskar If you can help.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 10:01 PM
it can be done with the same approach as exporting into PDF by adding the respective format to the URL.
For example for an incident:
/nav_to.do?uri=incident.do?sys_id=1c741bd70b2322007518478d83673af3&XLS
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 09:59 PM
not possible for excel.
why not use csv?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 10:01 PM
it can be done with the same approach as exporting into PDF by adding the respective format to the URL.
For example for an incident:
/nav_to.do?uri=incident.do?sys_id=1c741bd70b2322007518478d83673af3&XLS
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 10:15 PM
Thanks for your response.
It is not picking all fields present on form picking only some fields. Can you please suggest how can we pick all the fields.
Thanks