NPM Package - JS to Excel
web | Javascript, NodeJS, NPM, Excel | 2021-11-20
web | Javascript, NodeJS, NPM, Excel | 2021-11-20
I built my first npm module!
I spent some time to search node module that is easy to export HTML table to excel.
However, I could not find the best fit solution that fit my needs.
I find a lot node modules is too complex, I need something smaller and easier to use.
Hence, I built a it, a javascript tool to export HTML table / JSON to valid excel file effortlessly.
Uses exceljs under the hood to create actual excel file.