August 26, 2010 at 8:47 pm
I know this is going to sound like a weird question but I do have a reason for asking it.
Is there a way to set up a SSIS package to take the contents of a worksheet in one excel 2007 file and place it into the another excel 2007 file, but have it start on Row 8 of the destination file? I can get it to copy over to the file but it always starts at row 1 and I need the information to start at row 8. Thanks
August 26, 2010 at 8:59 pm
Set up a named range in the second excel spreadsheet. Insert into the named range, not the tab (tabs end in $; named ranges don't).
Edit: you can also specify the column/rows after the tab name; I think it goes like so: Sheet1$:A8.G9
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 7:19 am
Would this be a Create Table statement in Execute File Task such as
CREATE TABLE [Losses$A10:AE10]?
August 27, 2010 at 7:45 am
This is getting into the realm where I'd have to start using Google/Bing to find the answer... so I'll leave that exercise to you. I know I've seen it out there somewhere... I just don't remember how it was done.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 8:35 am
Ok thanks. Oddly enough I think I got it working... Guess when you do it wrong enough you stumble upon the way it works LOL.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply