[Bug 161223] basic HTML cell render

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 23 19:35:58 UTC 2024


https://bugs.documentfoundation.org/show_bug.cgi?id=161223

--- Comment #2 from David <dmontes at gmx.us> ---
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 on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list