Currently using Aspose for .NET in a C# WebService. I am currently having issues getting the correct Total Rows using worksheet.Cells.Rows.Count It is showing that I have around 230 rows but inside the file, I only have 14 rows. I am guessing because I reuse my Excel file and deleted some rows by highlighting the rows then pressing the delete key.
When I recreate a brand new Excel file, then copy-paste the 14 values in the new file. The worksheet.Cells.Rows.Count works correctly.
Would this be a bug in the library or am I deleting the values in Excel file wrongly or I am using a wrong count property?
Am I missing something?
TIA