roccomuso / xls-merger

Node.js - Quick cli tool to merge XLS files and order by a given column.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xls-merger

Node.js - Quick cli tool to merge XLS files and order by a given column.

Install

$ npm i -g xls-merger

Usage

$ xls-merger -c <COLUMN> fileA.xls fileB.xls <...>

Known issues

  • Date fields are stored as Integers, the output file manually requires a "Format Cells -> Date" (see #596).

Coded for Christine 🎉, I hope this will come in handy.

About

Node.js - Quick cli tool to merge XLS files and order by a given column.


Languages

Language:JavaScript 100.0%