2.0.2 • Published 6 years ago

exceltomongo v2.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Convert from Excel to Mongo

Create collections with sheet name and insert records in the respective collection.

Set the options for the DB along with the name/location of the workbook to extract data from.

Usage Sample:

let e2m = require('exceltomongo');

options = { url: 'mongodb://localhost:27017', db: 'mydb', workbook: 'sample.xlsx'}

e2m(options, (err, result) => { if (err) throw err; console.log(result); });

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago