jamesbisraelson / camp-scheduler

GNU General Public License v3.0
1 stars 0 forks source link

Do some research into how to create an .xslx file from JavaScript. #10

Open jamesbisraelson opened 1 year ago

jamesbisraelson commented 1 year ago

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).

cbmorrell commented 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