..and that failed as well. Suffice it to say there is mark-up in the sharedStrings.xml file that defines the contents for the cell and the format of the same. There are tags that define the fonts and other characteristcs and this chunk of mark-up is then referenced from the cell record in the sheetn.xml file. If it is possible to combine the two - stuffing the marup straight into the cell and bypassing the need for the sharedStrings.xml file in this case - then it would offer you a possible path to proceed along. The only challenge then is generating the correct mark-up and I am windering if the XSSFRichTextString class might offer a solution. I do not know this for a fact but am assuming that at some point that class or one it encapsulates, must contain the necessary code to cretae the xml mark-up. Tapping into this, if it is possible, would make creating the mark-up a trivial task.
Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3413871.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
