I am given to understand that there are ways to generate Excel files from Classic ASP, by means of basically making an HTML table and calling it a spreadsheet. The output, however, doesn't seem to be quite what I'm looking for -- when opened in Excel, it looks like an HTML page with a table instead of a normal spreadsheet. So I'm not sure I want to go with that, though I'm open to being sold on the possibility.
Due to reasons, I'm working with a website that runs ASP Classic using JavaScript, which appears to have been very uncommon even back when ASP Classic was cutting-edge. I understand there are also means of generating Excel files in JavaScript, but they seem to be for more typical environments like a browser or Node.js; I think #include
only works with other ASP files.
I would just output a CSV file, except that I have to be able to include images in the spreadsheet.