Reading data from excel and determine how many rows
Is there a way to programmatically in C# to determine how many rows and columns have data in a worksheet. When I do a row.count I get 65,536, which the max rows in a sheet. Any help would be appreciated.
Thanks