TouristPlay
error occurs while exporting Declaration of Vdomah\Excel\Classes\XlsxStyled::load(string $pFilename, int $flags = 0) must be compatible with PhpOffice\PhpSpreadsheet\Reader\BaseReader::load(string $filename, int $flags = 0): PhpOffice\PhpSpreadsheet\Spreadsheet ~\plugins\vdomah\excel\classes\XlsxStyled.php line 325
How to solve this problem
geanmark
plugins/vdomah/excel/classes/XlsxStyled.php on line 325 should be:
public function load(string $pFilename, int $flags = 0): Spreadsheet
that worked for me
1-3 of 3