Registry / serialization / phpoffice-phpexcel

phpoffice-phpexcel

JSON →
library1.8.2phppackagistunverified

PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine.

composer require phpoffice/phpexcel
INSTALL
IMPORT
SIG · PHPOFFICE-PHPEXCEL
P
phpoffice-phpexcel
serializationphpv1.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PHPExcel
use PHPExcel;

Create a simple Excel file with PHPExcel.

use PHPExcel; $objPHPExcel = new PHPExcel(); $objPHPExcel->getActiveSheet()->setCellValue('A1', 'Hello'); $writer = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007'); $writer->save('hello.xlsx');
Debug
Known issues
breakingPHPExcel is deprecated in favor of PhpSpreadsheet.
fix
Migrate to PhpSpreadsheet (phpoffice/phpspreadsheet) for continued support.
affects: >=1.8.0
Upgrade
Version history
1.8.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Resources
phpoffice-phpexcel — pip install phpoffice-phpexcel · libregistry