Closed GuidoPX closed 1 year ago
The Excel class is using the strftime method in lines 167/168 to determine the local date format. But this method is deprecated in PHP 8.1 and should be replaced.
It was fixed in version 2.3.9 You need to update the version to at least 2.3.9
But latest actual version is v3.1.2
The Excel class is using the strftime method in lines 167/168 to determine the local date format. But this method is deprecated in PHP 8.1 and should be replaced.