Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Export a form in excel format.

Not applicable

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

Hi @Community Alums 

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

@Community Alums 

not possible for excel.

why not use csv?

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

Maik Skoddow
Tera Patron

Hi @Community Alums 

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

Not applicable

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