mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 16:14:21 +00:00
39b8dbd0a1
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?