Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to read excel file in script?

ChezAndrewI0898
Tera Contributor

Use Case:

User will attach excel file on a form then a script will check the attached excel file's header if it has the correct headers or not.

1 ACCEPTED SOLUTION
2 REPLIES 2

shubhamdubey
Mega Sage

@ChezAndrewI0898 

 

If you want to check the attachment is only excel file then use

 

allowed_extension:xlsx;

 

Maik Skoddow
Tera Patron