Skip to content

Pirororor/excel-finance-aggregate-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published