- install nodejs
https://nodejs.org/en/download/
- clone or download this project
Click on Clone or download
and select Download ZIP
- Unzip the file to a new folder
Create a folder, and unzip the contents of the downloaded zip into the new folder.
- In the new folder, create a folder called
input
.
Add the month folders into input. The result directory should look like this:
main.js
package.json
.. (rest of the project files)
input/
jan/
a.xls
b.xls
feb/
a.xls
b.xls
-
Open command line in the directory.
-
Run this command
npm install
- Run this command
node main.js
- You should be able to see the result at output.xls