🎊 Univer@v0.10.8
🚧 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
UniverSheetsFormulaUIPluginadded configuration optionfunctionScreenTips: Whether to show function tips in the formula editor. #5838- Printing now supports custom margin settings.
- Charts:
- New type added: Heatmap.
- Pie charts now support custom value units.
- New Facade API:
univerAPI.pasteIntoSheet: Paste data from the clipboard or custom data into the current selection of the current worksheet. #5847
🐛 Bug Fixes and Optimizations
- Fixed the issue where the drawing component (floating images, charts, etc.) was not positioned correctly after operations like inserting rows or columns. #5833
- Fixed the rendering issue when cell content overflows with right and center alignment. #5837
- Fixed the content misalignment issue when hiding the first row of merged cells. #5844
- Fixed the issue where copying Excel currency format cell data in an English environment and pasting it into Univer could not be recognized correctly. #5848
Special thanks to community contributor @kenny-not-dead for contributions in this version:
- When opening the cell color picker, the current cell color is selected by default. #5817
- When opening the text color picker, the current cell text color is selected by default. #5827
Special thanks to community contributor @laojun for contributions in this version:
- Fixed the issue of error reporting for unknown formula names. #5836
📝 Univer Docs
Special thanks to community contributor @kenny-not-dead for contributions in this version:
- When opening the text color picker, the current text color is selected by default. #5823
- When opening the background color picker, the current text background color is selected by default. #5834
📦 Univer Presets
- SDK has been updated to version 0.10.8.
UniverSheetsCorePresetadded configuration optionformula.functionScreenTips: Whether to show function tips in the formula editor.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-09-13)
Bug Fixes
- docs-ui: active bg color (#5834) (909a2b8)
- docs-ui: active text color in docs (#5823) (bece66c)
- drawing: fix sheets drawing transform when insert rows, columns, etc. (#5833) (cf35a85)
- engine-render: fix sheets print issue (#5822) (3bd71cd)
- fix number format cell values copied from excel with forced spaces and line break (#5848) (f9a772b)
- render: fix horizontal alignment error (#5837) (bd4661e)
- render: fix the issue of value rendering misalignment when hiding the first row of merged cells (#5844) (39ea6ce)
- sheets-ui: set bg active color in colorPicker & change deprecated method (#5827) (0d41cc2)
- sheets: active current font color (#5817) (c2b427a)
- sheets: functionNode not exist (#5836) (d44d77c)