5 Commits

Author SHA1 Message Date
oleibman 60c7e35124 Fix Phpstan Errors 2025-03-23 00:31:04 -07:00
oleibman 9875233c7e Tweak to Spreadsheet Clone
Spreadsheet clone already copies Calculation instanceArrayReturnType property. It should also copy some other Calculation instance properties, namely suppressFormulaErrors, calculationCacheEnabled, and branchPruningEnabled.
2025-03-23 00:11:02 -07:00
oleibman 11a0962bfb Eliminate Some Dead Code 2025-02-20 10:16:48 -08:00
oleibman abd53a011a Additional Tests 2025-02-20 09:09:31 -08:00
oleibman 49bab44c69 Allow Clone on Spreadsheet
Since we have a usable copy method in Spreadsheet, this is probably overkill, especially with serialization now allowed. Nevertheless, I would prefer to not artificially render a standard Php operation (clone) unusable.
2025-02-16 13:53:25 -08:00