PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation
Paul Blacknell 788f79c1bb
Validate XIRR inputs and return correct error values
Fix: Return #NUM! if values and dates contain a different number of values
Fix: Return #NUM! if there is not at least one positive cash flow and one negative cash flow
Fix: Return #NUM! if any number in dates precedes the starting date
Fix: Return #NUM! if a result that works cannot be found after max iteration tries
Fix: Correct DocBlocks for XIRR & XNPV
Add: Validate XIRR with unit tests

Closes #1177
2019-11-17 21:17:12 +01:00
..
Functions More refactoring Excel of Calculation Function Unit Tests 2019-07-27 16:35:27 +02:00
CalculationTest.php Avoid test without assertion 2019-11-10 17:05:18 +01:00
FinancialTest.php Validate XIRR inputs and return correct error values 2019-11-17 21:17:12 +01:00
FunctionsTest.php Upgrade to phpunit 7.5 2019-07-24 23:45:43 -07:00
LookupRefTest.php More refactoring Excel of Calculation Function Unit Tests 2019-07-27 16:35:27 +02:00