Skip to content

ChalmersLibrary/excel-combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel-combiner

npm (scoped)
Combine first worksheet of many excel files in a directory to one.

CLI command

Prerequisities

You need nodejs installed on your machine.

Command installtion

Run npm i -g @larkov/excel-combiner in a terminal.

Usage

Run excel-combiner [path] in your terminal where you replace [path] to the directory containing your excel files. It will output a combined.xlsx file in the same directory.

Development

Prerequesities

You need git and nodejs installed on your machine.
To check if they are installed run the following commands in a terminal.
git --version to see if git is installed.
node --version to see if node is installed.

Installation

Clone this repository to your desired directory by runing git clone https://github.com/ChalmersLibrary/excel-combiner.git in the terminal.
Change directory to the cloned repository with cd excel-combiner and run npm i to install required libraries.

Running the application

Run the application in the terminal
node app.js [path to directory]
and it will create a file called combined.xlsx with only the unique rows.

About

Combine first worksheet of multiple excel files to one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published