Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdaskalov/excel-merge
Merge excel files
https://github.com/mdaskalov/excel-merge
Last synced: 13 days ago
JSON representation
Merge excel files
- Host: GitHub
- URL: https://github.com/mdaskalov/excel-merge
- Owner: mdaskalov
- Created: 2019-07-30T17:47:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T07:52:09.000Z (over 4 years ago)
- Last Synced: 2024-10-27T23:42:10.992Z (2 months ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excel-merge
Reorganize excel file using mapping stored in another excel file
## Installation
To build and start the application clone it and do:
```
$ npm install
$ npm start
```Native executables could be generated using [electron-builder](https://github.com/electron-userland/electron-builder):
```
$ ./node_modules/.bin/electron-builder
```