I want to use PhpSpreadsheet convert xlsx to pdf, it's succeed. But the Chinese word in xlsx is error. And the setInputEncoding method is not found. What can I
is there any way to get placeholders in my excel file using phpspreadsheet? all I see I can do is using a specific cell to put my data into it eg. setCellValue(
I have this method: public function createExcel(Task $task = null, Project $project = null, $projectTitle = null) { $this->spreadsheet = new Spre
I'm trying to load my excel file through PHPSpreadSheet library including the charts. At the reader step, everything is working fine and I could without difficu
I'm a long time reader, but new to asking questions. Please correct me if I have somehow asked incorrectly. Intro We are upgrading our servers from PHP 5.4 to
How to embed a pdf file in an excel worksheet using phpspreadsheet? $file= 'kl.pdf'; $objDrawing = new PHPExcel_Worksheet_Drawing();
I'm using PhpSpreadSheet and I need to save the sheets contained in a workbook as individual CSV files. I've tried to use $reader->setLoadAllSheets(); but
Hi everyone and thanks in advance for your help. I'm trying to set Footer to a pdf Phpsrpreadsheet generated file but, although it works when I export it in xls
I've just downloaded PhpSpreadsheet package via composer and I tried to generate an Excel spreadsheet. But all I get is an error "Class ZipArchive not found ".