Import Excel in Database New Created Table
Posted: Wed Aug 10, 2016 11:09 am
Hi,
I need to import an Excel sheet into a database table.
The table doesn't exist, so it must be created by reading the Excel exactly by the first row.
For each column the database type must be set.
So how can i set "DATE", "TIME" or "INTEGER" datatype in the create SQL Statement?
The TXLSCellType has none of this types. Only string and float.
Thanks
I need to import an Excel sheet into a database table.
The table doesn't exist, so it must be created by reading the Excel exactly by the first row.
For each column the database type must be set.
So how can i set "DATE", "TIME" or "INTEGER" datatype in the create SQL Statement?
The TXLSCellType has none of this types. Only string and float.
Thanks