We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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