Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 740 Bytes

File metadata and controls

44 lines (28 loc) · 740 Bytes

excel finance aggregate nodejs

  1. install nodejs

https://nodejs.org/en/download/

  1. clone or download this project

Click on Clone or download and select Download ZIP

  1. Unzip the file to a new folder

Create a folder, and unzip the contents of the downloaded zip into the new folder.

  1. 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
  1. Open command line in the directory.

  2. Run this command

npm install

  1. Run this command

node main.js

  1. You should be able to see the result at output.xls