Case - I have a list of URL’s in a Sheet 1. I want to extract data from each URL but save extracted data in different sheet but same csv file for every URL . Can any one please help me.
@Smit_Savla
Hello, can you please provide issue which you are facing, it is in extracting data or writing sheets in same csv.
Hi @Shubham_Kinge i am not able to write data in different sheet.
Welcome to the community
First of all…csv file format will not provide multiple sheets options…
Multiple sheets option would be present in excel files and not csv…so if you want data in different sheets of same file then use excel files instead of csv
Else if you want to use csv only then either have all data in same sheet or use different csv files
Hope this helps
Cheers