How to Extracting Data with SSIS from Multi Excel File Placed in a folder having Multiple Excel Sheet?
for above I followed below link
at 9th step i got error below
TITLE: Microsoft Visual Studio
------------------------------
Error at Data Flow Task [Excel Source [1]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
Error at Data Flow Task [Excel Source [1]]: Opening a rowset for "Queensland$" failed. Check that the object exists in the database.
------------------------------
ADDITIONAL INFORMATION:
Exception from HRESULT: 0xC02020E8 (Microsoft.SqlServer.DTSPipelineWrap)
------------------------------
BUTTONS:
OK
------------------------------
and I used provider for looping sheets is
Microsoft Office 12.0 Access Database Engine OLE DB Provider
I wrote expression in Connection manager is
"Provider=Microsoft Office 12.0 Access Database Engine OLE DB Provider;Data Source=" + @[User::FileName] +";Extended Properties=\"Excel 12.0;HDR=YES\";"
Please provide solution for this secnario as early as possible
regards
Samba