Skip to content

Nodejs tool for pulling data from multiple excel docs and write them in a single one

Notifications You must be signed in to change notification settings

blindxfish/excelCombiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

         ,..........   ..........,
     ,..,'          '.'          ',..,
    ,' ,'  by:       :            ', ',
   ,' ,'   NIXON     :   MAGIC IS  ', ',
  ,' ,'              :     REAL     ', ',
 ,' ,'............., : ,.............', ',
,'  '............   '.'   ............'  ',
 '''''''''''''''''';''';''''''''''''''''''
                    '''

   _____  _____________     _________  __  ______  _____  _________ 
  / __/ |/_/ ___/ __/ /    / ___/ __ \/  |/  / _ )/  _/ |/ / __/ _ \
 / _/_>  </ /__/ _// /__  / /__/ /_/ / /|_/ / _  |/ //    / _// , _/
/___/_/|_|\___/___/____/  \___/\____/_/  /_/____/___/_/|_/___/_/|_| 
                                                                    

----------------8<-------------[ cut here ]------------------

***HOW IT WORKS:

    1) You shall have NODEJS installed on your pc: https://nodejs.org/en/download/

    2) Open the main folder in your IDE terminal or terminal and run the command >npm install
    
    3) Put all the excel files you want to combine in the "files" folder, if it is not there create it.
    
    4) Customize the code in the index.js, it is prety easy to follow the code and you can see some exampe data I used there.

    5) To start, run the command >node index.js in the terminal or IDE terminal

    6) You will have the output file in the same folder where the index.js is located.

----------------8<-------------[ cut here ]------------------

About

Nodejs tool for pulling data from multiple excel docs and write them in a single one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published