Wednesday, May 26, 2021
1 change
Resolved issues and error corrections
This update fixes several issues in Documents spreadsheets, including formula handling, chart display, clipboard behavior, and undo/redo consistency. These changes make spreadsheets more reliable for everyday business workflows and reduce confusion from incorrect errors, missing options, or display glitches.
Original PR description
forward port multiple fixes: [FIX] core: show error explicit message from compiler on cell … [FIX] compiler: add missing tests for function arguments compilation [FIX] Compiler: Reject invalid…
forward port multiple fixes:
[FIX] core: show error explicit message from compiler on cell …
[FIX] compiler: add missing tests for function arguments compilation
[FIX] Compiler: Reject invalid argument types on functions …
[FIX] functions: accept only ranges on criteria_range args …
[FIX] assistants: completely hide composer assitants when empty …
[FIX] Formula: dates and datestrings should be processed as numbers …
[FIX] evaluation: evaluate empty styled cells as empty …
[FIX] Charts: Re-create chart on type change …
[FIX] Charts: fix Pie charts display …
includes the following changes and fixes in o-spreadsheet
[FIX] overlay: reset resizer preview
[FIX] range: remove ranges only from deleted sheets
[REF] menus: re-organize menu items
[FIX] clipboard: handle merge
[IMP] clipboard: insert/delete cells
[FIX] clipboard: keep clipboard options when pasting interactively
[IMP] history: include undone/redone commands in command
[REF] history: split local and remote UNDO & REDO commands
[IMP] conditional_formatting: add isEmpty and isNotEmpty operators