You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Additional test for SUMIF with array arithmetics
* Additional test for VLOOKUP when there are multiple matching rows
* Improve formatting in custom-functions.md
* Create a step-by-step guide of the simplest possible custom function
* More unit tests for IF function
* Fix misinformation in the custom-functions.md guide
* Add entry #968 to changelog
* Tests for SUMIF and SUMIFS with inline array as criterion
* Convert full code example from Typescript to Javascript
Co-authored-by: Jakub Wiśniewski <[email protected]>
Description
From #965 we learned that the guide gives inaccurate information. It must be updated.
Some changes in the production code might also be needed. E.g. a custom function should work without
parameters
provided in the metadata:hyperformula/src/interpreter/plugin/FunctionPlugin.ts
Line 48 in 38e31a7
Steps to reproduce
Demo
Included in #965
Links
#965
#779
#957
The text was updated successfully, but these errors were encountered: