How to add each datarow from one excel to another and add another data column into it and then again add another row from same excel and transfer to the another sheet and same add anoter data column in it…
Above image is my first excel sheet and i want to add this 6 column into another sheet one by one.
Above image is my second excel sheet and i want to add the scraped data into it…
My main goal is to if there is 3products in my sheet then in output sheet it will store the first product information along with the extracted reviews . if there are 60reviews on that product then after 61th row it will add the second product data along with the reviews and this logic will goes on…
How to implement this?
Thanks