Skip to content
Advertisement

Tag: exceljs

How to save excel workbook using Javascript

I have created an HTML form that takes in user data and using exceljs and a few other libraries I store this data into an excel spreadsheet. This part of my code works perfectly fine. However, when I refresh the server, the data stored in the excel file previously gets deleted. I believe the reason is that I could not

Advertisement