Open jamesbisraelson opened 1 year ago
Need to look into this more but here are a couple ideas:
https://www.grapecity.com/blogs/how-to-import-export-excel-xlsx-using-javascript
https://www.npmjs.com/package/xlsx (SheetJS seems like the best option)
Example using SheetJS: https://nrogap.medium.com/generate-excel-with-node-js-b779898e5d0
Each schedule will be outputted to a XSLX file. We need to figure out a good library to do this with and try making a very simple schedule with it (just as a template... it doesn't have to actually schedule anyone).