Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I have made some working SSIS export functionality to Excel.
The results appear in multiple sheets.
So far, so good.

One of the sheets is named “Onboarding”.
Now in this sheet “Onboarding” I pre-defined a table: ‘tblOnboarding’.
I want the export-results in this table. Unfortunately the results appears underneath/below the table

In SSIS; Dataflow; Excel Destination; property ‘OpenRowSet’; I changed the value: ‘Onboarding$’ into ‘Onboarding$!tblOnboarding’.

This seems incorrect.

Can someone help me out in this matter?

Thanks in advance!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900