Problem looping through excel workbooks(sheets) in a excel file in ssis

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashwinkpes
    New Member
    • Jun 2007
    • 2

    Problem looping through excel workbooks(sheets) in a excel file in ssis

    Hi i am new to ssis and i am trying to transfer data from excel file with multiple workbooks(table s) to oledb destination.... ...i followed the instructions given in msdn but they r vague and do not help in achieving the result pls help me....
  • guest
    New Member
    • May 2006
    • 25

    #2
    Originally posted by ashwinkpes
    Hi i am new to ssis and i am trying to transfer data from excel file with multiple workbooks(table s) to oledb destination.... ...i followed the instructions given in msdn but they r vague and do not help in achieving the result pls help me....
    Use a Variable to Set the property of the work sheet($1,$2,etc ) and Create the package.

    Change that variable to Ursheet 1, sheet 2, sheet 3 while executing it...

    Comment

    • ashwinkpes
      New Member
      • Jun 2007
      • 2

      #3
      Thanks Buddy(Anil) it worked...[:)]

      Comment

      • guest
        New Member
        • May 2006
        • 25

        #4
        Originally posted by ashwinkpes
        Thanks Buddy(Anil) it worked...[:)]
        Fine.you can post some alternatives if you have..

        Comment

        Working...