Determine used range in excel using c#
I am reading data from excel sheet using c#.I want to increase the speed of reading data in each excel by limiting the c# to read only rows that have data.How can i achieve this especially with some excel that comes with rows that are formatted the same way even with no data.
Karthik ElumalaiPosted Jun 22, 2016, 12:19 AM
1.http://www.c-sharpcorner.com/blogs/read-excel-files-using-microsoft-office-interop-assemblies-in-asp-net-c-sharp
2.http://www.c-sharpcorner.com/article/read-excel-files-using-open-xml-sdk-in-asp-net-c-sharp/