{"id":13669176,"url":"https://github.com/box/spout","last_synced_at":"2025-10-05T20:30:43.019Z","repository":{"id":25780880,"uuid":"29219291","full_name":"box/spout","owner":"box","description":"Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way","archived":true,"fork":false,"pushed_at":"2022-05-26T13:51:48.000Z","size":9998,"stargazers_count":4236,"open_issues_count":48,"forks_count":639,"subscribers_count":153,"default_branch":"master","last_synced_at":"2025-01-19T08:35:09.962Z","etag":null,"topics":["csv","fast","memory-efficient","ods","php","reader","scalable","spreadsheet","writer","xlsx"],"latest_commit_sha":null,"homepage":"http://opensource.box.com/spout/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/box.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"adrilo"}},"created_at":"2015-01-14T00:36:25.000Z","updated_at":"2025-01-19T02:17:49.000Z","dependencies_parsed_at":"2022-07-10T12:45:13.572Z","dependency_job_id":null,"html_url":"https://github.com/box/spout","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fspout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fspout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fspout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fspout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/box","download_url":"https://codeload.github.com/box/spout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235440455,"owners_count":18990705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","fast","memory-efficient","ods","php","reader","scalable","spreadsheet","writer","xlsx"],"created_at":"2024-08-02T08:01:05.142Z","updated_at":"2025-10-05T20:30:42.618Z","avatar_url":"https://github.com/box.png","language":"PHP","readme":"# Spout\n\n[![Latest Stable Version](https://poser.pugx.org/box/spout/v/stable)](https://packagist.org/packages/box/spout)\n[![Project Status](https://opensource.box.com/badges/inactive.svg)](https://opensource.box.com/badges)\n[![example workflow](https://github.com/box/spout/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/box/spout/actions/workflows/ci.yml?query=branch%3Amaster)\n[![Coverage Status](https://coveralls.io/repos/github/box/spout/badge.svg?branch=master)](https://coveralls.io/github/box/spout?branch=master)\n[![Total Downloads](https://poser.pugx.org/box/spout/downloads)](https://packagist.org/packages/box/spout)\n\n## 🪦 Archived project 🪦 \n\nThis project has been archived and is no longer maintained. No bug fix and no additional features will be added.\u003cbr\u003e\nYou won't be able to submit new issues or pull requests, and no additional features will be added\n\nYou can still use Spout as is in your projects though :)\n\n\u003e Thanks to everyone who contributed to this project, from a typo fix to the new cool feature.\u003cbr\u003e\n\u003e It was great to see the involvement of this community!\n\n\u003cbr\u003e\n\n## About\n\nSpout is a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.\nUnlike other file readers or writers, it is capable of processing very large files, while keeping the memory usage really low (less than 3MB).\n\nJoin the community and come discuss Spout: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/box/spout?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n\n## Documentation\n\nFull documentation can be found at [https://opensource.box.com/spout/](https://opensource.box.com/spout/).\n\n\n## Requirements\n\n* PHP version 7.2 or higher\n* PHP extension `php_zip` enabled\n* PHP extension `php_xmlreader` enabled\n\n## Upgrade guide\n\nVersion 3 introduced new functionality but also some breaking changes. If you want to upgrade your Spout codebase from version 2 please consult the [Upgrade guide](UPGRADE-3.0.md). \n\n## Running tests\n\nThe `master` branch includes unit, functional and performance tests.\nIf you just want to check that everything is working as expected, executing the unit and functional tests is enough.\n\n* `phpunit` - runs unit and functional tests\n* `phpunit --group perf-tests` - only runs the performance tests\n\nFor information, the performance tests take about 10 minutes to run (processing 1 million rows files is not a quick thing).\n\n## Support\n\nSpout is no longer actively supported. You can still ask questions, or discuss about it in the chat room:\u003cbr\u003e\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/box/spout?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n## Copyright and License\n\nCopyright 2022 Box, Inc. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":["https://github.com/sponsors/adrilo"],"categories":["Table of Contents","PHP","目录"],"sub_categories":["Office","办公 Office"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbox%2Fspout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbox%2Fspout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbox%2Fspout/lists"}