Hi,
I am facing a issue in xlsIO while reading data from excel when providing range as B9:T it give below error:-
System.ArgumentException: name cannot be less then 2 symbols
at Syncfusion.XlsIO.Implementation.RangeImpl.CellNameToIndex(String name)
at Syncfusion.XlsIO.Implementation.RangeImpl.ParseRangeString(String range, IWorkbook book, Int32& iFirstRow, Int32& iFirstColumn, Int32& iLastRow, Int32& iLastColumn)
at Syncfusion.XlsIO.Implementation.RangeImpl.get_Item(String name, Boolean IsR1C1Notation)
But when I was processing other file with same range type but with A3:DH it works.
I found a workaround by adding worksheet.UsedRange.LastRow to the range but, this might be a issue .