I have chosen the ExcelDataReader Library for Reading the .XLS and .XLSX files using C#. ExcelDataReader is perfectly working with both file formats with my local and deployment server environment.
I'm facing issue, how to get all the row id from given Excel files?
INPUT Excel file:
And i want output in dataset format like that
Lets explain by code
Hope this help ;)