Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 539 Bytes

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