https://bugs.documentfoundation.org/show_bug.cgi?id=161223
--- Comment #2 from David <[email protected]> --- My proposal is that the final render of the cell content could be based on a partial subset of html, focusing on format tags, this way on the final rendering phase if it contains tags they are used for format. It is quite similar to the way Qt widgets work. For a calc cell some examples: - plain text -> no format at all - after formula evaluation the result is plain text -> no format at all - cell text has html tags -> apply them to the final render - after formula evaluation the final text has html tags -> apply them to the final render I would stick to the basic format tags, like bold, italic, underline, etc, it does not make sense to implemente a table into a cell. I think this feature could improve a lot conditional format and become an advantage compared to competitors spreadsheet software. BR -- You are receiving this mail because: You are the assignee for the bug.
