Export a form in excel format.

Prateek Tyagi11
Tera Contributor

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

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @Prateek Tyagi11 

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

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Prateek Tyagi11 

not possible for excel.

why not use csv?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Maik Skoddow
Tera Patron
Tera Patron

Hi @Prateek Tyagi11 

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

Prateek Tyagi11
Tera Contributor

Hi @Maik Skoddow 

 

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