Create an Excel sheet Dynamically in for each loop containe

  • I have a for each loop(ADO Enumerator) container which executes for each Advertiserid which is coming from database.In for each loop I have to create a new excel file with the advertiser name.So if the loop executes 7 times there should be seven excel spreadsheets with seven advertiser names.

    How can i create an excel dynamically in the foreach loop container.Can anyone please help!!!

  • An easy trick is to have an empty excel file somewhere.

    Each time you enter the loop, you copy the file to the directory you want it to be and you rename it.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply