Rogério Soares

Results 1 issues of Rogério Soares

PhpOffice\PhpSpreadsheet\Writer\Exception Registered writers must implement PhpOffice\PhpSpreadsheet\Writer\IWriter * @throws \PhpOffice\PhpSpreadsheet\Writer\Exception */ public function initPhpSpreadsheetWriter($type) { $t = $this->_exportType; if ($t === self::FORMAT_PDF) { IOFactory::registerWriter($type, ExportWriterPdf::class); }