{"id":22559827,"url":"https://github.com/webnuvola/excel-reader","last_synced_at":"2026-01-27T09:44:06.315Z","repository":{"id":62548080,"uuid":"334188576","full_name":"Webnuvola/excel-reader","owner":"Webnuvola","description":"Read spreadsheet files (CSV, XLSX and ODS) using openspout/openspout and return data in array format","archived":false,"fork":false,"pushed_at":"2024-10-21T17:33:46.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T08:21:15.649Z","etag":null,"topics":["csv","excel","php","xlsx"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Webnuvola.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-29T15:42:18.000Z","updated_at":"2024-10-21T17:32:08.000Z","dependencies_parsed_at":"2024-10-22T16:54:27.793Z","dependency_job_id":null,"html_url":"https://github.com/Webnuvola/excel-reader","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"de551d897125f16748c980f5c1bc986a38182c85"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fexcel-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fexcel-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fexcel-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fexcel-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Webnuvola","download_url":"https://codeload.github.com/Webnuvola/excel-reader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190972,"owners_count":21062390,"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","excel","php","xlsx"],"created_at":"2024-12-07T21:09:36.554Z","updated_at":"2026-01-27T09:44:06.282Z","avatar_url":"https://github.com/Webnuvola.png","language":"PHP","readme":"# Excel Reader\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/webnuvola/excel-reader.svg?style=flat-square)](https://packagist.org/packages/webnuvola/excel-reader)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/Webnuvola/excel-reader/run-tests.yml?branch=main)](https://github.com/webnuvola/excel-reader/actions?query=workflow%3ATests+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/webnuvola/excel-reader.svg?style=flat-square)](https://packagist.org/packages/webnuvola/excel-reader)\n\nRead spreadsheet files (CSV, XLSX and ODS) using `openspout/openspout` and return data in array format.\n\n## Installation\nYou can install the package via composer:\n\n```bash\ncomposer require webnuvola/excel-reader\n```\n\n## Usage\n```php\n$excel = \\Webnuvola\\ExcelReader\\ExcelReader::createFromPath(__DIR__.'/excel-file.xlsx')\n    -\u003eread();\n\n$excel = \\Webnuvola\\ExcelReader\\ExcelReader::createFromString($content, 'xlsx')\n    -\u003eread();\n```\n\n## Testing\n```bash\ncomposer test\n```\n\n## Upgrade Guide\n\n### From `v2` to `v3`\nThis version drops support for php 7.4 and adds support for php 8.2.\n\nThe `openspout/openspout` library is updated to `^4.9`.\n\n### From `v1` to `v2`\nLibrary `box/spout` is replaced with `openspout/openspout`, there are no breaking changes.\n\nIf you are using `box/spout` outside this library, please refer to [`openspout/openspout` upgrade guide](https://github.com/openspout/openspout/#upgrade-from-boxspoutv3-to-openspoutopenspoutv3).\n\n## Changelog\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Credits\n- [Fabio Cagliero](https://github.com/fab120)\n\n## License\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebnuvola%2Fexcel-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebnuvola%2Fexcel-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebnuvola%2Fexcel-reader/lists"}