PhpSpreadsheet/tests/data/Calculation
Matthias Van Woensel 39b8dbd0a1
Adding float cast to MOD function
If $a or $b are not strings, you can get an error that fmod needs param 1 ($a) to be of type double.
MS Excel does not fall over when you insert an empty string in MOD, so I'm guessing PHPExcel should do the same?
2016-12-04 16:12:51 +09:00
..
DateTime Fix code style 2016-10-02 15:21:52 +09:00
Engineering Refactor tests data from custom format to PHP 2016-08-16 21:00:19 +09:00
Financial Refactor tests data from custom format to PHP 2016-08-16 21:00:19 +09:00
Functions Refactor tests data from custom format to PHP 2016-08-16 21:00:19 +09:00
Logical Refactor tests data from custom format to PHP 2016-08-16 21:00:19 +09:00
LookupRef Refactor tests data from custom format to PHP 2016-08-16 21:00:19 +09:00
MathTrig Adding float cast to MOD function 2016-12-04 16:12:51 +09:00
TextData Fix code style 2016-09-01 12:50:10 +09:00