{"ScriptPreparationCode":"const regex = /sheet|excel|spreadsheet|officedocument/i\r\n\r\nfunction compare(mime) {\r\n return mime == \u0027application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\u0027\r\n}","TestCases":[{"Name":"RegEx","Code":"regex.test(\u0027application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\u0027)\r\nregex.test(\u0027text/html\u0027)","IsDeferred":false},{"Name":"Direct comparison","Code":"compare(\u0027application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\u0027)\r\ncompare(\u0027text/html\u0027)","IsDeferred":false}]}