-
-
Notifications
You must be signed in to change notification settings - Fork 644
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): some formulas need to be tested in dev #4116
base: dev
Are you sure you want to change the base?
Conversation
View Deployment
|
Playwright test resultsDetails 20 tests across 9 suites Failed testschromium › memory/memory.spec.ts › memory |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #4116 +/- ##
=======================================
Coverage 33.79% 33.79%
=======================================
Files 2457 2457
Lines 127593 127593
Branches 28562 28562
=======================================
Hits 43126 43126
Misses 84467 84467 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Mark as draft |
ISBETWEEN function |
AVERAGE.WEIGHTED function |
MARGINOFERROR function |
EPOCHTODATE函数 1、单元格内输入=EPOCHTODATE(1656356678000410,1),计算结果不对 2、单元格内输入=EPOCHTODATE(A2,2),格式不一致 |
EPOCHTODATE function
|
LINEST function |
LINEST函数 1、单元格内输入=LINEST(2,2,20,FALSE)。计算不出结果 2、单元格内输入=LINEST(A2:B2,C2:D2,TRUE,TRUE)/=LINEST(A2:B2,B2:C2,TRUE,TRUE),部分计算结果不对 |
LINEST function
|
LOGEST函数 1、单元格内输入=LOGEST(1,33100,TRUE,FALSE),计算不出结果 2、单元格内输入=LOGEST(B2:B7,A2:A7,TRUE,FALSE),B2为0时错误码不一致 3、单元格内输入=LOGEST(B2:B7,A2:A7,TRUE,FALSE),A1:A7为0时计算不出结果 |
LOGEST function
|
test in https://univer-preview.vercel.app/sheets/
Pull Request Checklist