This is a migrated thread and some comments may be shown as answers.

Subscript and Superscript Support

1 Answer 104 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 20 May 2015, 06:15 PM

I'm importing an excel spreadsheet into RadSpreadsheet, and everything is working great except for one thing.

Certain labels on my spreadsheet use subscript and superscript and the formatting is not showing up properly in RadSpreadsheet. The text just shows up as regular text.  Here's the code I'm using to import the spreadsheet:

WorkbookFormatProvidersManager.RegisterFormatProvider(new XlsxFormatProvider());
FileStream input = new FileStream("Default.xlsx", FileMode.Open);
workbook = WorkbookFormatProvidersManager.Import("xlsx", input);
rssCalibration.Workbook = workbook;

 

 Is there something else I need to be doing to get the subscript and superscript to display properly?

 

 

1 Answer, 1 is accepted

Sort by
0
Anna
Telerik team
answered on 22 May 2015, 10:50 AM
Hi Stephen,

Unfortunately at this stage RadSpreadsheet does not support rich text, which is required in order for subscript and superscript to be imported from the file and displayed. We have an item about this feature in our Feedback Portal which you can like and follow in order to receive updates about the matter.

Regards,
Anna
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Spreadsheet
Asked by
Stephen
Top achievements
Rank 1
Answers by
Anna
Telerik team
Share this question
or