-
-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(formula): fix sumif formula range and sumRange different dimensions #3853
Conversation
View Deployment
|
Playwright test resultsDetails 19 tests across 9 suites |
Origin Title: fix(formula): fix sumif formula range and sumRange different dimensions Title: fix(formula): fix sumif formula range and sumRange different dimensions close #3772 The first parameter and the third parameter have different dimensions. You can test a few cases and take a look. Pull Request Checklist
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3853 +/- ##
==========================================
+ Coverage 31.95% 31.96% +0.01%
==========================================
Files 2351 2351
Lines 121302 121318 +16
Branches 26850 26851 +1
==========================================
+ Hits 38756 38777 +21
+ Misses 82546 82541 -5 ☔ View full report in Codecov by Sentry. |
close #3772
第一个参数和第三个参数维度不同,可以测几个case看一下
现在有个问题:第三个参数会扩展到和第一个参数范围相同,但扩展的范围内单元格值改变,因这个单元格不在公式参数选区范围内,不会触发公式的重新计算,现在google和飞书是这样的,但excel和葡萄城可以触发,所以这点待后面看怎么处理
Pull Request Checklist