Skip to content

sweisser/excel2db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel2db

Import data from excel tables into jdbc SQL databases.

This tool is meant to quickly import tabular data from excel into any JDBC database.

  • Every sheet in the excel will result in a new table in the database.
  • Every column in a sheet represents an attribute in that table.
  • The first two rows in the excel are preserved for description of attribute names and attribute types.

Currently only a few datatypes and target database dialects are supported.

More info is in the wiki:

https://github.com/sweisser/excel2db/wiki

About

Import data from excel tables into JDBC SQL databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages