Dushusir
Dushusir
### Initial checklist - [X] Is this really a problem? - [X] I have searched the Github Issues for similar issues, but did not find anything. ### Problem - [...
### Initial checklist - [X] Is this really a problem? - [X] I have searched the Github Issues for similar issues, but did not find anything. ### Problem [How To...
### 初始清单 - [X] 这真的是个问题吗? - [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。 ### 问题 插入公式时,公式高亮时无法设置选区 ### 解决方案 支持选区和公式高亮同时出现 
优化: - [x] 抽离公式更新 ref range 偏移参数和偏移范围函数到工具方法,和 defined name 公用(无需 QA 测试) 功能: - [x] defined name 适配 ref range 更新(如何测试:新建 defined name,测试插入行、插入列、删除 sheet 等等对 defined name 范围的影响) - [x]...
### Initial checklist - [X] Is this really a problem? - [X] I have searched the Github Issues for similar issues, but did not find anything. ### Problem =SUM((D20:D21,E20:E21,F20:F21)) returns...
- [x] Fix the problem that the progress bar does not disappear ## Pull Request Checklist - [ ] Related tickets or issues have been linked in the PR description...
## What's updated? Fix parse cell input How to test? 1. Enter `=SUM(11, 2 2, 33)` in the Cell 2. Keep `=SUM(11, 2 2, 33)` (Previously it was correctly coverted...
## What's updated? Support deleting multiple rows and columns > [!NOTE] > Merged with Pro PR https://github.com/dream-num/univer-pro/pull/3856 ## How to test? 1. Test whether deleting multiple rows and columns is...
close [#2171](https://github.com/dream-num/univer-pro/issues/2171) ## Pull Request Checklist - [ ] Related tickets or issues have been linked in the PR description (or missing issue). - [ ] [Naming convention](https://github.com/dream-num/univer/blob/dev/docs/NAMING_CONVENTION.md) is followed...
add api getFormulaCellsAndFeatures ```js const formulaEngine = univerAPI.getFormula(); const cellsAndFeatures = await formulaEngine.getFormulaCellsAndFeatures({unitId:"workbook-01",sheetId:"hzFBP5YCDrlHIIKnXN2xB",range:{startRow:1,endRow:2,startColumn:0,endColumn:0} }); console.log(cellsAndFeatures); ```