Skip to content

DimiSilva/excel-to-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel-to-database

Excel to database is a lib which transfers data from an worksheet to a database easily.

Installation


npm install -g excel-to-database

How to use


Example

excelTransfer -d mongo -c mongodb://localhost/local -s C:sheet.xlsx

-d is database, only mongo is available in the moment (default)
-c is connection string
-s is the path to the worksheet (supports only xlsx in the moment)

The worksheet format examples


insert

spreedsheet format example 1

update

spreedsheet format example 2


Versions

1.0.0

  • Base

1.0.1

  • Removed mongo warning
  • Readme updated

1.0.2

  • Fixed spelling errors
  • Fixed connection string to lower case
  • Mongo as default database

About

package that easily transfers spreadsheets to the database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published