0.4.0 • Published 8 months ago

@larkov/excel-combiner v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 months ago

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.

0.4.0

8 months ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago