portphp / excel
This package is abandoned and no longer maintained.
The author suggests using the portphp/spreadsheet package instead.
DEPRECATED: Excel reader/writer for Port (use portphp/spreadsheet)
Package info
pkg:composer/portphp/excel
1.1.0
2017-11-04 13:36 UTC
Requires
- phpoffice/phpexcel: ~1.8
- portphp/portphp: ^1.2.0
Requires (Dev)
- phpunit/phpunit: ^4.0
This package is auto-updated.
Last update: 2026-07-23 08:40:07 UTC
README
DEPRECATED. This package depends on the abandoned PHPExcel library and is no longer maintained.
Use portphp/spreadsheet (PhpSpreadsheet) instead:
composer require portphp/spreadsheet
Excel reader and writer for Port based on PHPExcel.
Migration
Old (portphp/excel) |
New (portphp/spreadsheet) |
|---|---|
Port\Excel\ExcelReader |
Port\Spreadsheet\SpreadsheetReader |
Port\Excel\ExcelWriter |
Port\Spreadsheet\SpreadsheetWriter |
phpoffice/phpexcel |
phpoffice/phpspreadsheet |
Namespace and class names differ; APIs are intentionally similar for easy migration.
Installation (not recommended)
$ composer require portphp/excel
Documentation
Historical docs: https://portphp.readthedocs.io. Prefer the spreadsheet package docs going forward.
Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
License
This package is licensed under the MIT license.