I'm trying to save an excel spreadhseet from SQL Server Integration Services 2005.
Unfortunatly I only seem to be able to save in 2003 format but I want to be able to save in 2007 format. Is there wa way to do this?
I'm trying to save an excel spreadhseet from SQL Server Integration Services 2005.
Unfortunatly I only seem to be able to save in 2003 format but I want to be able to save in 2007 format. Is there wa way to do this?
That should be possible using the OLEDB connection manager. (Not the Excel connection.)
Take a look at this example. It is for importing, but it should be suitable for exporting as well. Remember to use the XML format as described here. And in more detail here.