https://github.com/portphp/spreadsheet
Port reader and writer for PhpSpreadsheet
https://github.com/portphp/spreadsheet
Last synced: 4 months ago
JSON representation
Port reader and writer for PhpSpreadsheet
- Host: GitHub
- URL: https://github.com/portphp/spreadsheet
- Owner: portphp
- License: mit
- Created: 2018-07-14T09:49:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T16:36:37.000Z (over 2 years ago)
- Last Synced: 2025-06-22T12:12:10.515Z (8 months ago)
- Language: PHP
- Homepage: https://portphp.readthedocs.io
- Size: 63.5 KB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# portphp/spreadsheet
[](https://github.com/portphp/spreadsheet/releases)
[](https://travis-ci.org/portphp/spreadsheet)
[](https://scrutinizer-ci.com/g/portphp/spreadsheet/?branch=master)
[](https://scrutinizer-ci.com/g/portphp/spreadsheet/?branch=master)
[PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) reader and writer
for [Port](https://github.com/portphp).
## Installation
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this package:
```bash
$ composer require portphp/spreadsheet
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
## Documentation
Documentation is available at http://docs.portphp.org.
## Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
## Contributing
Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/spreadsheet/graphs/contributors)
already.
## Security
If you discover any security-related issues, please contact us at
[security@portphp.org](mailto:security@portphp.org).
## License
This package is licensed under the [MIT license](LICENSE).