[Libreoffice-ux-advise] [Bug 133417] EDITING: Insert checkbox easily as in Google Sheets
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 25 07:21:47 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=133417
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needsUXEval |needsDevEval
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
|.freedesktop.org |tion.org,
| |rb.henschel at t-online.de
--- Comment #8 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
We discussed the topic in the design meeting and the simple interaction was
appreciated and would be welcome.
Cell content could be still boolean with an additional formatting flag (show as
checkbox) and the interaction (toggle on click). It's a question how this would
be stored and realized cross-platform/-application (the loss of special
formatting and interaction might be acceptable).
GSheet saves the checkbox in odt as 0/1
<table:table-cell table:style-name="ce1" table:formula="of:=FALSE()"
office:value-type="float" office:value="0"
calcext:value-type="float"><text:p>0</text:p></table:table-cell>
Excel shows FALSE for the checkbox when exported as xlsx.
References (nothing on proper export)
https://support.google.com/docs/answer/7684717?co=GENIE.Platform%3DDesktop&hl=en
https://www.benlcollins.com/spreadsheets/google-sheets-checkbox/
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list