Top "Phpoffice" questions

PHPOffice is an open-source collection of libraries used for reading and writing files in formats compatible with various "office" suites, such as Microsoft Office and OpenOffice.

ZipArchive::close(): Failure to create temporary file: Permission denied nginx

I would love a good suggestion how to fix the following. For a platform I have to create php word …

phpword phpoffice
What are the main differences between PHPExcel and PhpSpreadsheet?

In project of PHPOffice there are two projects associated with spreadsheet file formats: PHPExcel PHPExcel is a library written in …

php phpexcel phpoffice phpspreadsheet
PhpSpreadsheet: Permissions | ZipArchive::close(): Failure to create temporary file

I would like to offer an Excel-File for download with PhpSpreadsheet Here is my code: require 'vendor/autoload.php'; use …

php phpspreadsheet phpoffice
How do I extract the text content from a word document with PHP?

I want to extract the text content from the word document with PHP. I have created a new word document …

php phpoffice
PhpExcel new line in cell

What I do: query data from db explode data and insert \n prepare array open tamplate insert array into tamplate …

php phpexcel phpoffice
How to convert a PDF from Word with PHPOffice

I don't have any plan how can I convert an Word document, which I have as a string (blob) from …

php pdf ms-word phpoffice
Dynamic Cell Merging in phpspreadsheet

My question is about generating an Excel sheet in codeigniter. The excel sheet sub-headings are not fixed, they are as …

codeigniter-3 phpspreadsheet phpoffice
PHPOffice/PhpSpreadsheet get cell column index as integer

How can I get cell column index as integer? I have searched the documentation but I didn't found anything.

php excel phpspreadsheet phpoffice