Commit Graph

5 Commits

Author SHA1 Message Date
MarkBaker fe1e0d2a9f Merge branch 'master' into CalculationEngine-Array-Formulae-Initial-Work 2022-03-24 21:05:22 +01:00
oleibman c112802023 Eliminate Most Scrutinizer Problems in Test Suite (#2699)
* Eliminate Most Scrutinizer Problems in Test Suite

Mostly minor code changes, with some annotations.

* Missed 2 php-cs-fixer Problems

They should be fixed now.
2022-03-21 13:58:42 -07:00
MarkBaker 222b79b88b Ensure that master can still merge in cleanly... knowing that if I don't do this reasonably regularly, then merge conflicts could easily become a problem 2022-03-17 14:11:26 +01:00
MarkBaker 925c730c3b Some more unit tests for array functions and spillage; and updates to documentation 2022-03-14 15:57:12 +01:00
Mark Baker 26079174a0 Implementation of the SEQUENCE() Excel365 function (#2536)
* Implementation of the SEQUENCE() Excel365 function

Note that the Calculation Engine does not yet support the Spill operator, or spilling functions

* Handle the use-case of step = 0; and tests for exception handling for invalid arguments

* Update Change Log
2022-01-29 14:32:40 +01:00