|
Hi, I am getting error when i am importing data from excel to SQL server table. Error is: Error Source: Microsoft JET Database Engine. Description : External table is not in the expected format. (Microsoft JET Database Engine) When i copy the data of excel file which is coming from Oracle database to a new excel file then it is working fine. But with same excel file giving error. I have checked the format of each column of the excel getting from Oracle.
(comments are locked)
|
|
There is a possibility of corrupting excel data. You would finish the exporting with how to repair excel files after recovery Application http://www.repairexcel.recoverytoolbox.com will help to recover the integrity of data and export it to sql table
(comments are locked)
|
|
Workaround assuming you are using DTS: Save the excel file as a CSV or other delimited text file and import with that instead. This can be done quite easily in Excel.
(comments are locked)
|
|
You have extra rows in the excel file. Run this with OPENROWSET():
and you should see the extra rubbish in the workbook.
(comments are locked)
|

