Import multiple excel files under directory one time
Do not need to do anything until all excel files are imported.
Most quickly tools like this around the world.
When come across some durty data or some difference between Excel and Database, tool can deal with it and go on.
Rich options could be custom choose to make more fuction come true.
Most important thing.
1.Start Program
Way 1: Command: python D:\Projects\ExcelToDatabase\main.py
Way 2: Send an email to 2577154121@qq.com, you can get an exe program which can directly run on windows.
2.Input Information
Select directory with excel files; Input target database information; Choose import mode.
3.Click Start.
Windows 7+, MySQL 5.6+/Oracle 11g+, Excel 1997+(xls,xlsx,csv)
Directory: The excel files under this directory would be imported
options to connect to database
Overwrite: drop table first(if exists); create table; insert data.
Append: just insert data into table(table needs exist in the database)
Tools can auto-detect encoding of csv files(default), and you can choose or input other value.
values populated will be replaced to null.
The value populated will be added to table name before.
Under Append mode, import all data to the table populated.
Set which row as Column name.
Skip Blank Rows
Trim spaces on data.
Ignore if no data.
Find all excel files under the directory Include Sub Directories
file name + '_' + sheet name(if one excel has multipule sheets)
Default is the first row
Varchar(255) is default. If max length of column more than 255, text will be set.
Auto Correct
All column will be create as text
