Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```