Dear Koolreport team,

I've received PHP deprecated Warnings in the Excel Package (File: koolreport/excel/TableBuilder.php).

1) json_decode(): Passing null to parameter #1 ($json) of type string is deprecated

Line 385: $valueArr = json_decode($value, true)

========================================================================================

2) DateTime::createFromFormat(): Passing null to parameter #2 ($datetime) of type string is deprecated

Line 269: if ($date = \DateTime::createFromFormat($datetimeFormat, $value))

How can you reproduce the problem?

I have Null-Values in table columns of an Postgres database.

Well, I hope for a fix as soon as possible. Please test your product with null values.

Kind regards