vote up 0 vote down star

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?

flag

73% accept rate

1 Answer

vote up 1 vote down check

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.

link|flag
I’ve managed to write to an excel 2007 workbook as described in the section “Connecting to a Workbook in Excel 2007 Format “ at this url msdn.microsoft.com/en-us/library/… The trick is to use an OLE DB connection for the workbook rather than an excel connection (of course!). According to this link dougbert.com/blogs/dougbert/… will need to wait for 2008 before they let you choose the 2007 workbook as an option  – AJM May 26 at 13:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.