Add missing aws-sdk composer.json Add missing composer/PSR4 for SimplePie Add missing composer/PSR4 for others Add missing composer/PSR4 for markdown Add missing composer/PSR4 for PHP-CSS-Parser Add missing composer/PSR4 for Mustache Add missing composer/PSR4 for RTLCSS Add missing composer/PSR4 for SCSSPHP Add missing composer/PSR4 for OpenSpout Add missing composer/PSR4 for LTI Add missing composer/PSR4 for GeoPattern Add missing composer/PSR4 for CFPropertylist Add missing composer/PSR4 for ZipStream Add missing composer/PSR4 for PSR-20 Add missing composer/PSR4 for phpxmlrpc Add missing composer/PSR4 for WebAuthn
OpenSpout
OpenSpout is a community driven fork of box/spout
, a PHP library to read and write spreadsheet files
(CSV, XLSX and ODS), in a fast and scalable way. Unlike other file readers or writers, it is capable of processing
very large files, while keeping the memory usage really low (less than 3MB).
Documentation
Documentation can be found at docs/
.
Upgrade from box/spout:v3
to openspout/openspout:v3
- Replace
box/spout
withopenspout/openspout
in yourcomposer.json
- Replace
Box\Spout
withOpenSpout
in your code
Upgrade guide
Version 4 introduced new functionality but also some breaking changes. If you want to upgrade your OpenSpout codebase please consult the Upgrade guide.
Copyright and License
This is a fork of Box's Spout library: https://github.com/box/spout
Code until and directly descending from commit cc42c1d
is copyright of Box, Inc. and licensed under the Apache License, Version 2.0:
Code created, edited and released after the commit mentioned above is copyright of openspout Github organization and licensed under MIT License.