Top "Phpspreadsheet" questions

PhpSpreadsheet is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.

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
PHPSpreadsheet - How do i place a image from link into my excel file?

I would like to place a image in cell a1 from my excel file. I tryed different things from phpspreadsheet …

php phpspreadsheet
PhpSpreadsheet return file instead of saving it

I have generated xmlx file and I am able to save it and provide it for the user via: $writer-&…

php phpspreadsheet
How to include phpspreadsheet library without composer?

There isn't a way for me to run composer on my server for a bunch of reasons. Is there any …

php composer-php phpspreadsheet
there is a error as apxs not found and apache is not built when I build(configure) the source code of phpspreadsheet

[checking for Apache 2.0 handler-module support via DSO through APXS... Sorry, I cannot run apxs. Possible reasons follow: Perl is not …

php apache php-7 phpspreadsheet
PHPSpreadsheet auto row height not works with LibreOffice latest version

I am using PHPSpreadsheet now, I am trying to get rows to auto height. It is working fine in MSOffice …

php codeigniter phpexcel libreoffice phpspreadsheet
Class 'ZipArchive' not found

What I want to realize I will use PhpSpreadsheet in a PHP web application development, I am trying to configure …

php linux rhel phpspreadsheet
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
Is it possible to write in an existing spreadSheet with PhpSpreadSheet?

I'm currently using PhpSpreadSheet Library and I wanna write into an existing spreadSheet. Is that possible? If yes, how? I …

php spreadsheet phpspreadsheet