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!!!