I’m adding a named range to a spreadsheet that is rather long and on a single row.
It spans far enough that the column name notation spreads into 3 letters, e.g. 'ANX2’
The test range I’m trying to add, using the Worksheet.Cells.CreateRange method, is ‘A2:ANX2’.
I give it the name ‘Test’.
Once I’ve saved the Workbook and loaded it up in Excel, I go to Name Manager and find my named range called ‘Test’. Its reference range is ‘A2:AN2’. It appears that the ‘X’ has been dropped.
Is this a limitation of Aspose.Cells?
I’m using Aspose.Cells.dll 7.0.0.4