Export Rich Text from Mendix to Excel

0
We have an usecase to Export RichText (String Value containing HTML Tags) from Mendix to Excel. Is there any way to implement an export functionality so that String values in Excel looks as same as RichText in Excel RichText in Mendix   Text in Excel looking like Normal Text. Instead It should look like as it is in Mendix  
asked
1 answers
2

It is possible, but not without customization sadly.. You would have to adjust the Excel exporter logic (not advised) or create an extension to allow for rich text. This is done in Java and typically with the Apache POI Java library. My Word Templater module can handle Rich Text in Word. If you have some Java knowledge be sure to check it out! 

answered