Converting EXCEL to 97-2003 version
Just wondering if its possible for SSIS 2005 to save a copy of Ms EXCEL to 97-2003 Workbook?
Because I want to take a copy of an EXCEL which is currently under 2007 version, and i want to make a copy of it and save it as 97-2003 version... so i can then import the dataset using SSIS.
thanks
May 28th, 2012 9:35am
It's possible using the highly unreliable Excel COM API.
However, what you've described doesn't seem to make a lot of sense... you want to open a 2007+ workbook (XLSX) in SSIS, save it as a 2003 (XLS), so that you can open it with SSIS?
Why not just open the 2007 workbook in SSIS to import the data?
Talk to me now on
Free Windows Admin Tool Kit Click here and download it now
May 28th, 2012 11:33am
I'm guessing that he doesn't have the correct drivers loaded and is trying to figure a way around it.
The drivers you need to use the 2007 workbook in SSIS are here.: Load the 32 bit version.
http://www.microsoft.com/en-us/download/details.aspx?id=13255Chuck Pedretti | Magenic North Region | magenic.com
May 28th, 2012 7:56pm
thanks, i'll give it a try
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2012 4:01am


