Hi, I am trying to fetch Rich text data from excel(data with applied styling like bold,italic,hyperlink etc.) and storing it as a RichTextString object using Cell.getRichStringCellValue() method but it won't store styling.
If I enter data with HTML tags in excel then I am getting styled data. Is this a only way to fetch Rich text data from excel? Do we have any way to keep and store the styling of data(entered without HTML tags ex. <p>,<a>,<li> etc) and send it upfront? Thanks in advance. Regards Savan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
