Import Excel Sheets to CouchDB
excel-couchdb-import
imports Excel files (*.xls, *.xslx) into CouchDB/PouchDB documents, and transforms the sheets into JSON.
Document update conflicts are possible and will be ignored.
excel-couchdb-import path/to/file.xls \
--target http://user:password@couchdbhost.com/targetdb
Fetches revisions and update local documents by id.
excel-couchdb-import path/to/file.xls \
--target http://user:password@couchdbhost.com/targetdb \
--reimport
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker.
This project is licensed under the MIT license. See the LICENSE file for more info.
You like this excel-couchdb-import and you want to see what coming next? Follow me on Twitter @mikebild
.
Enjoy!