Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I manipulate Excel files in SSIS

Status
Not open for further replies.

WhoWantsTacos

Programmer
Mar 18, 2011
13
US
I'm in the process of converting some DTS packages to SSIS packages and one of the tasks involves manipulating an Excel file (deleting rows, adding columns, rename things, data integrity checks, etc.).

I need to programmatically modify the Excel file into a useful format before I can use it as a datasource. This works perfectly in the DTS ActiveX Script task, but was the equivalent in SSIS Script Task removed?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top