Thursday 20 April 2017

How to read and write to a xlsx file using NodeJS?

So recently I've been working on a project and wanted to write some data on an xlsx file. The xlsx file looks like this:

enter image description here

As you can see, there are fields like the SURNAME, FIRST NAME that I want to fill out using data from my database. I'm using nodejs and mongodb for now.

Doing some researches and I've found this https://github.com/guyonroche/exceljs but will the design remain the same? My target is just to read the excel file, put some data in it, and keep the format as it is.

Any help or suggestions would be much appreciated.



via FewFlyBy

No comments:

Post a Comment