- Notifications
You must be signed in to change notification settings - Fork113
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
License
MIT, Apache-2.0 licenses found
Licenses found
openspout/openspout
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OpenSpout is a community driven fork ofbox/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 processingvery large files, while keeping the memory usage really low (less than 3MB).
Documentation can be found atdocs/
.
- Replace
box/spout
withopenspout/openspout
in yourcomposer.json
- Replace
Box\Spout
withOpenSpout
in your code
Version 4 introduced new functionality but also some breaking changes. If you want to upgrade your OpenSpout codebaseplease consult theUpgrade guide.
This is a fork of Box's Spout library:https://github.com/box/spout
Code until and directly descending from commitcc42c1d
is copyright ofBox, Inc. and licensed under the Apache License, Version 2.0:
https://github.com/openspout/openspout/blob/cc42c1d29fc5d29f07caeace99bd29dbb6d7c2f8/LICENSE
Code created, edited and released after the commit mentioned aboveis copyright ofopenspout Github organization and licensed under MIT License.
About
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way