Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 SSIS and Import/Export (2012)
 Exporting to excel

Author  Topic 

megan2304
Starting Member

2 Posts

Posted - 2013-10-17 : 05:01:50
I have set up a data flow that created a table in excel and then dumps the data from sql into that table - however it defaults to cell A1 - can I change the cell reference that the table is creaeted to. Currently just using basic code in Excel Destination Editor

CREATE TABLE Susan (
[Date] DATETIME
)

Any help would be appreciated

susan deathe

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-10-17 : 05:04:44
can I change the cell reference that the table is creaeted to

do you mean starting the table data from a different cell in excel sheet?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

megan2304
Starting Member

2 Posts

Posted - 2013-10-17 : 05:07:13
Yes so currently the header Date is in cell A1 and I want the header to go into cell C1

susan deathe
Go to Top of Page
   

- Advertisement -