π Univer@v0.10.9
π§ 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
- Bubble charts now support handling two series simultaneously.
π Bug Fixes and Optimizations
- Optimized the issue where the default selected area after applying the format painter was incorrect when the source area had merged cells. #5853
- Fixed the issue where the cell background color did not display when hiding the first row of merged cells. #5858
- Fixed the issue where the
IFformula returned a#N/Aerror when the parameter wasnull. #5861 - Fixed the issue where some formulas (like SUMIF/SUMIFS) did not report an error when the
rangerelated parameter was not a reference. #5872 - Fixed the issue where tables could not be renamed. #5874
- Fixed the issue where increasing/decreasing decimal places could not be applied when the cell number format was
General. #5881 - Fixed the issue where the
+-*/formula could not calculate strings that could be converted to numbers. #5882 - Fixed the issue where cell editing could be entered through the fx bar when the
BeforeSheetEditStartevent prevented cell editing. #5889 - Fixed the issue where setting horizontal alignment to values other than left/right/center did not default to left alignment. #5887
- Fixed the issue where the drawing component (floating images, charts, etc.) triggered multiple click-related events after dragging and clicking again. #5890
- Optimized the rendering lag issue when there was a large amount of non-aggregatable data in pivot tables.
Special thanks to community contributor @kenny-not-dead for contributions in this version:
- Optimized the editor's minimum width to the cell text width when deleting text in edit mode. #5849
- Fixed the issue of incomplete display of data in the statistics bar in some language environments. #5864
- When opening the border color picker, the current cell border color is selected by default. #5855
- When opening the border type picker, the current cell border type is selected by default. #5875 #5880
- Added double border type. #5865
π Univer Server
- Fixed the issue where the cell image type was URL, and after exporting, the cell image became a URL link text.
- Fixed the hyperlink import issue in rich text scenarios.
- Optimized the retry mechanism for import service failures.
π¦ Univer Presets
- SDK has been updated to version 0.10.9.
π’ 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-20)
Bug Fixes
- active cell border color (#5855) (be5c8c0)
- drawing: fix duplicate event subscriptions (#5890) (e780d48)
- dropdown-widget: adjust padding calculations and clipping areas for better text rendering (#5888) (a581a8b)
- engine-render: fix the issue of background rendering misalignment when hiding the first row of merged cells (#5858) (7d70db0)
- event: fix BeforeSheetEditEnd cancel (#5889) (56368fa)
- fix format painter selection issue (#5853) (94da109)
- formula: fix the issue in some formulas where the range parameter is not a reference object (#5872) (03d0ee5)
- formula: fix the issue where +-*/ formula could not calculate text that can be converted to numbers (#5882) (6f256f2)
- formula: fixed the issue where null values ββin IF formulas would return #N/A errors (#5861) (9026ac7)
- numfmt: fix the issue where increasing/decreasing decimal places could not be applied when the cell number format was General (#5881) (794983f)
- render: fix horizontal alignment (#5887) (f3d3b20)
- sheets-filter: fix filter treat number as string expect value (#5862) (d9401ec)
- statistic not fully displayed (#5864) (b7d3f83)
- table: fix table name error (#5874) (7926607)
- text under active input (#5849) (ad3f67b)