Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 684 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 684 Bytes

library for reading and writing Excel files in Node.js, you can utilize existing libraries like exceljs for writing and xlsx for reading and writing. Below, I'll provide an example of how you can create such a library using these libraries

Install

First, make sure you have Node.js installed on your system. Then, initialize a new Node.js project and install the required dependencies:

npm init -y

npm install exceljs xlsx

npm i excel-utils-phuongdh

Helpful links

Licence

MIT

excel-utils-phuongdh