https://github.com/roccomuso/xls-merger
Node.js - Quick cli tool to merge XLS files and order by a given column.
https://github.com/roccomuso/xls-merger
cli column files merge nodejs order tool xls xlsx
Last synced: 14 days ago
JSON representation
Node.js - Quick cli tool to merge XLS files and order by a given column.
- Host: GitHub
- URL: https://github.com/roccomuso/xls-merger
- Owner: roccomuso
- Created: 2017-03-29T22:42:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T17:37:06.000Z (about 4 years ago)
- Last Synced: 2025-07-22T03:20:40.223Z (10 months ago)
- Topics: cli, column, files, merge, nodejs, order, tool, xls, xlsx
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 fileA.xls fileB.xls <...>
## Known issues
- Date fields are stored as Integers, the output file manually requires a "Format Cells -> Date" (see [#596](https://github.com/SheetJS/js-xlsx/issues/586)).
### Coded for *Christine* :tada:, I hope this will come in handy.