🎊 Univer@v0.12.3
🚧 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 some point enumeration values to the permission API. #6199
- Added auto-fill API:
FRange.autoFill. #6204
🐛 Bug Fixes and Optimizations
- Fix the issue where incorrect number formats would cause the entire sheet to crash. #6201
- Optimize formula and selection performance issues. #6197
- Fix the issue of cut and delete float image. #6215
- Fix the issue of copy and paste chart.
Special thanks to community contributor @zeeenku for contributions in this version:
- Using adaptive damping and fast-path to stabilize the calculation of the
RATEfunction. #6055
📦 Univer Presets
- SDK has been updated to version 0.12.3.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-11-29)
Bug Fixes
- API: fix premission api example (#6199) 8da3fe9, closes #6199
- drawing: fix the issue of cut and delete float image (#6215) cc3be15, closes #6215
- engine-formula: stabilize RATE function with fast-path and adaptive damping (#6055) 8fbbb2d, closes #6055
- fix auto-fill api opreate in non-active sheet (#6205) 9259343, closes #6205
- handle empty sections in
parseDataStreamToTreeby ensuring an … (#6188) 0cbc370, closes #6188 - permission: update default permission values to false (#6206) 93ce16e, closes #6206
- selection: clean up empty cell styles in copyRangeStyles function (#6184) 16fa81a, closes #6184
- sheet: ensure numfmt crash not effect all (#6201) 57c1d68, closes #6201
- sheets: permission api (#6202) c4d7fe7, closes #6202
Features
- add dispose for close univer worker (#6216) b8d3a2c, closes #6216
- facade: add auto-fill api (#6204) 6127c4b, closes #6204
- sheets: split large set-range-values mutation (#6191) e161f5e, closes #6191
- update Japanese localization for various packages (#6207) 1551b81, closes #6207