-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
feat(formula): add the Maxifs function #1711
Conversation
karlsbeard
commented
Mar 27, 2024
•
edited
Loading
edited
- feat: update the i18n file
- feat: add the formula description
- feat: add the formula algorithm
- feat: add the unit test
- feat: complete the function test
- fix: change sumRange to maxRange
View Deployment
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1711 +/- ##
==========================================
- Coverage 32.78% 29.76% -3.03%
==========================================
Files 952 1159 +207
Lines 53413 62843 +9430
Branches 11155 13195 +2040
==========================================
+ Hits 17514 18703 +1189
- Misses 35899 44140 +8241 ☔ View full report in Codecov by Sentry. |
packages/sheets-formula/src/services/function-list/statistical.ts
Outdated
Show resolved
Hide resolved
very good code ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM. A minor path issue need to be fixed.
packages/engine-formula/src/functions/statistical/maxifs/__tests__/index.spec.ts
Outdated
Show resolved
Hide resolved
packages/engine-formula/src/functions/statistical/maxifs/__tests__/index.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Well done.