mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-17 18:31:45 +00:00
d1d12ed92d
Dealing mostly with mixed variable type. In a great many cases, problems can be resolved replacing `getValue` with `getValueString` or `getCalculatedValue` with `getCalculatedValueString`.