Hi SUJAYS,
You can read the data from excel but it is difficult to identify the set of rows. For this you need to write custom logic based on your excel data.
Forst read the excel data to DataTable. There you will get one column in the Datatable. Then loop through the DataTable rows and split the records to set of record.
Refer below link to read the data to datatable.