https://bugs.documentfoundation.org/show_bug.cgi?id=152984
--- Comment #6 from Mike Kaganski <[email protected]> --- There are only HTML and plain text formats in the clipboard after copy from GSheets in Chrome on Windows (I assume that two Google products would give the best possible result, and other combinations, e.g. FF, don't need own testing). Namely, the available formats are "HTML Format", "CF_UNICODETEXT", "CF_LOCALE", "CF_TEXT", and "CF_OEMTEXT". All formats lack any formulas; so paste would only give values - e.g., the cell D17 "START BALANCE" is "=if(isblank(L8),0,L8)" in GSheets, but is simply "£1,000" in both Calc and Excel. This is the GSheets copy-to-clipboard limitation, and is NOTOURBUG. Pasting to Excel preserves cell formatting, that uses CSS. Calc simply doesn't import any CSS, so this is an HTML import filter deficiency, not related to GSheets. -- You are receiving this mail because: You are the assignee for the bug.
