Registry / serialization / codeplex-phpexcel

codeplex-phpexcel

JSON →
library1.7.8phppackagistunverified

PHPExcel - OpenXML - Create Excel2007 documents in PHP - Spreadsheet engine

composer require codeplex/phpexcel
INSTALL
IMPORT
SIG · CODEPLEX-PHPEXCEL
C
codeplex-phpexcel
serializationphpv1.7.8
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 2007 file

use PHPExcel; $objPHPExcel = new PHPExcel(); $objPHPExcel->getActiveSheet()->setCellValue('A1', 'Hello'); $writer = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007'); $writer->save('hello.xlsx');
Debug
Known issues
breakingDeprecated in favor of PhpSpreadsheet
fix
Use PhpSpreadsheet (phpoffice/phpspreadsheet) instead
affects: >=1.8.0
Upgrade
Version history
1.7.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
codeplex-phpexcel — pip install codeplex-phpexcel · libregistry