excel-couchdb-import

4.0.0 • Public • Published

excel-couchdb-import

Import Excel Sheets to CouchDB

excel-couchdb-import imports Excel files (*.xls, *.xslx) into CouchDB/PouchDB documents, and transforms the sheets into JSON.

Usage

Document update conflicts are possible and will be ignored.

excel-couchdb-import path/to/file.xls \
  --target http://user:password@couchdbhost.com/targetdb

Reimport

Fetches revisions and update local documents by id.

excel-couchdb-import path/to/file.xls \
  --target http://user:password@couchdbhost.com/targetdb \
  --reimport

Example

Issue Reporting

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.

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Thanks

You like this excel-couchdb-import and you want to see what coming next? Follow me on Twitter @mikebild.

Enjoy!

Readme

Keywords

Package Sidebar

Install

npm i excel-couchdb-import

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

98 kB

Total Files

15

Last publish

Collaborators

  • mikebild