Generate Real .xlsx Files in ServiceNow Without External Libraries (OOXML ZIP Assembly)
If you've ever generated Excel files from script in ServiceNow, you've probably used one of two approaches: CSV -- works, but no formatting, no multi-tab, and your stakeholders have to click through import wizards.SpreadsheetML -- XML with an .xls ex...