Dear Aspose Team,
I want to test if a particular character in a cell is formatted as superscript:
FontSetting setting = cell.Characters(i, 1);
if (setting.Font.IsSuperscript)
This works fine with most Excel files I have tested.
But now there is one file where it does not work. Please see the Excel file attached.
In A1 there is a superscript used but Aspose will always give false, e.g.:
cell.Characters(38,1).Font.IsSuperscript
returns false although it should be true
Aspose.Cells version: 8.3.2.5