I am extracting reviews of some colleges from google maps the list of which I am reading from an excel sheet and to import this table to my website I need to print the id of those college starting from the row from where its reviews start to the row with its last review and so on for another college. Any help will be appreciated. Thank you EXPECTED SCENARIO
For that I have used DataTable.Rows.Count.ToString where the count gives the total number of extracted rows in each iteration which is equal to the number of reviews extracted for that college.