alhimik1986 / php-excel-templator

PHP Spreadsheet extension to the export excel file from excel template
MIT License
346 stars 69 forks source link

Replace deprecated method #44

Open mskoryh opened 3 months ago

mskoryh commented 3 months ago

With new version PhpSpreadsheet, I get error:

Call to undefined method PhpOffice\PhpSpreadsheet\Worksheet\Worksheet::setCellValueExplicitByColumnAndRow

method setCellValueExplicitByColumnAndRow has been removed.

Another deprecated methods described this: https://github.com/PHPOffice/PhpSpreadsheet/issues/2717