🎊 Univer@v0.10.5
🚧 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
✨ New Features Highlights
- Added Facade API for dynamically adding/removing workbook style data: #5690
FWorkbook.addStylesFWorkbook.removeStyles
🐛 Bug Fixes and Optimizations
- Fixed an issue where certain texts (e.g., '1 23', '5A') were being incorrectly converted to number formats upon input. #5709
- Fixed the logic of the text finder to ensure the search scope is limited to the current workbook. #5703
- Fixed issue with inserting rows/columns causing errors when moving rows/columns due to data inconsistencies. #5711
- Fixed an issue where using the
createOrUpdateNoteAPI to add comments in bulk would cause errors when selecting multiple cells with the mouse. #5716 - Fixed performance issues when setting cell styles after selecting all cells. #5727
- Fixed an issue where the built-in menu in the import/export feature was unresponsive when the collaborative editing plugin was not installed.
Special thanks to community contributor @remix9 for improving the Russian (ru-RU) language pack! #5722
🌐 Univer Server
- Adapted the import of XML where the v value is in scientific notation to restore it to a number.
- The sheets-table import/export compatibility for certain WPS scenarios.
📦 Univer Presets
- SDK has been updated to version 0.10.5.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-08-22)
Bug Fixes
- fix issue with inserting rows and columns (#5711) (15917b3)
- locale: uppcase for text panel ui (#5722) (e3477d7)
- numfmt: filter some erroneous numfmt pattern conversions (#5709) (6c33280)
- numfmt: fix numfmt parse error (#5697) (d466311)
- sheets-data-validation: performance issues when edit whole cells on large scale (#5727) (128cdc8)
- sheets-ui: make disposable property optional and handle undefined case (#5716) (e936715)