🎊 Univer@v0.20.1
🚧 Important Note
Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.
🚀 Getting Started
If you're eager to explore Univer, check out our getting started documentation.
Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!
📊 Univer Sheets
🐛 Bug Fixes and Optimizations
- Fix cell editing failure in Web Component environment. #6770
- Fix error when canceling hyperlink in some imported Excel files. #6778
- Fix permission issues related to drawing (floating images, charts, shapes). #6779
- Optimize editable user list display logic when permission inheritance is not enabled: support displaying other owner users except itself, and allow adding them as specified editing users. #6782
- Optimize view history: no document editing permission is required, only view history permission is needed, and remove the history management permission point. #6784
- Fix the issue of move range undo exception. #6788
- Fix the issue of incorrect current version marking in history.
- Fix the issue of Toast prompt not closing after canceling print.
- Fix the issue of export function server-side calculation configuration failure.
- Fix the issue of charts not updating when there are hidden rows and columns changes in the chart data source range.
- Fix the issue of error when importing empty Excel file through
univerAPI.importXLSXToSnapshotAsync.
Special thanks to community contributor @lyr0430 for contributions in this version:
- Fix the issue of onOpen callback not being triggered when the sidebar is opened. #6636
Special thanks to community contributor @kenny-not-dead for contributions in this version:
- Fix the issue of resetting to default value after double-clicking font/fontSize/fontColor/cellColor. #6664
- Fix the issue of not being able to continue input after selecting font in edit state. #6665
- Fix the issue of error when applying font in font input box. #6666
Special thanks to community contributor @IMSupperkaka for contributions in this version:
- Fix the issue of incorrect clickable area calculation for cell images. #6747
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2026-04-11)
Bug Fixes
- after select font family cant write text (docs and sheets) (#6665) (c1f0b71)
- docs: double click trigger defaule value (fs,ff,cl,bg) (#6664) (bbb41bb)
- fix font family search (#6793) (0410bd8)
- fix the issue of move range undo (#6788) (e00a9e2)
- permission: fix permission issues related to drawing (floating images, charts, shapes) (#6779) (51304b0)
- scene: fix code lint warning err (#6785) (2144496)
- sheets-ui: fix doc drawing skeleton calc wrong (#6747) (3bf7f2d)
- sheets-ui: improve focus handling EditorContainer (#6770) (7072024)
- ui: invoke onOpen callback when sidebar is opened (#6636) (804206b)
- vertical: vertical aligan (#6794) (7225fe1)