PhpSpreadsheet/tests
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
..
data Adding float cast to MOD function 2016-12-04 16:12:51 +09:00
PhpSpreadsheetTests Some functions were not callable because of wrong declaration 2016-12-03 14:51:04 +09:00
bootstrap.php Reorganize code samples 2016-09-01 01:17:13 +09:00