Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Reading an excel spreadsheet using client script in service catalog

Ravish Shetty
Kilo Sage

Hi all,

 

Is it possible to read the spreadsheet information that the user will attach to a service catalog request before they submit?

 

we want to validate the contents of the spreadsheet here before the RITM gets created.

 

Thanks,

Ravish

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee

Hi Ravish,

You can try Client Script + Script Include and within Script Include use GlideExcelParser method to access file data.

https://developer.servicenow.com/dev.do#!/reference/api/orlando/server/sn_impex-namespace/GlideExcel...

View solution in original post

5 REPLIES 5

thanks Sachin