In initial investigation that we have carried out using the latest version of Aspose.Cells for .NET 8.6.0.2, we are able to observe the said problem therefore we have logged this incident in our bug tracking system as CELLSNET-43943. Our product team will further look into the details of this problem and we will keep you updated on the status of correction. We apologize for your inconvenience.
Sure, we will keep you posted with updates in this regard. For now the ticket is pending for analysis and is in the queue with other tasks. As soon as we have completed the preliminary analysis of the said behavior, we will be in a better position to comment when we can provide the fix.
Please consider using the following piece of code for your requirement. We will update the property of new FontSetting object generated by Cell.Characters method with future releases
C#
var workbook = new Workbook(“D:/superscript.xlsx”); var cells = workbook.Worksheets[0].Cells; var cell = cells[“A1”]; FontSetting[] settings = cell.GetCharacters(); for (int i = 0; i < settings.Length; i++) { FontSetting setting = settings[i]; if (setting.Font.IsSuperscript) {
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.