{"id":20697398,"url":"https://github.com/spaghettisolutions/xlsx-parser","last_synced_at":"2025-04-22T20:46:34.181Z","repository":{"id":64069592,"uuid":"573128708","full_name":"spaghettisolutions/xlsx-parser","owner":"spaghettisolutions","description":"Very simple to implement xlsx parser to extract data from spreadsheets  for php 8.1+","archived":false,"fork":false,"pushed_at":"2024-03-19T10:27:04.000Z","size":489,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"spaghetti","last_synced_at":"2025-03-29T18:41:38.268Z","etag":null,"topics":["excel","excel-parser","libreoffice-calc","parser","php","php8","spreadsheet","spreadsheet-parser","xlsx","xlsx-parser"],"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/spaghettisolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"issuehunt":"spaghettisolutions/xlsx-parser"}},"created_at":"2022-12-01T19:01:12.000Z","updated_at":"2024-11-25T20:53:47.000Z","dependencies_parsed_at":"2024-11-17T00:20:14.223Z","dependency_job_id":"c1c715dc-7e74-4551-a399-2a6b31250e6a","html_url":"https://github.com/spaghettisolutions/xlsx-parser","commit_stats":{"total_commits":58,"total_committers":4,"mean_commits":14.5,"dds":0.4655172413793104,"last_synced_commit":"37084721f34b8750751d617ffe3657bdae6ac12e"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaghettisolutions%2Fxlsx-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaghettisolutions%2Fxlsx-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaghettisolutions%2Fxlsx-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spaghettisolutions%2Fxlsx-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spaghettisolutions","download_url":"https://codeload.github.com/spaghettisolutions/xlsx-parser/tar.gz/refs/heads/spaghetti","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250322223,"owners_count":21411717,"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":["excel","excel-parser","libreoffice-calc","parser","php","php8","spreadsheet","spreadsheet-parser","xlsx","xlsx-parser"],"created_at":"2024-11-17T00:17:50.529Z","updated_at":"2025-04-22T20:46:34.154Z","avatar_url":"https://github.com/spaghettisolutions.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/spaghettisolutions\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/99179033?s=84\u0026v=4\"\u003e\u003c/a\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eXLSX Parser\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eVery simple to implement xlsx parser to extract data from spreadsheets for php 8.1+ \u003c/p\u003e\n\nWhat is it?\n---\n**XLSXParser** is blazingly fast xlsx parser for **php 8.1+**. It is made as a simple tool to get job done. No fancy options of any kind\nand no need for any extra libraries other than need for `zip` and `xmlreader` php extensions.\n\n[![Test Coverage](https://api.codeclimate.com/v1/badges/70a54d59d6b335ff303c/test_coverage)](https://codeclimate.com/github/spaghettisolutions/xlsx-parser/test_coverage)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spaghettisolutions/xlsx-parser/badges/quality-score.png?b=spaghetti)](https://scrutinizer-ci.com/g/spaghettisolutions/xlsx-parser/?branch=spaghetti)\n[![Build Status](https://scrutinizer-ci.com/g/spaghettisolutions/xlsx-parser/badges/build.png?b=spaghetti)](https://scrutinizer-ci.com/g/spaghettisolutions/xlsx-parser/build-status/spaghetti)\n\n\n---\n* Initialize class.\n* Open workbook.\n* Choose worksheet.\n* And iterate through receiving each row as an array.\n\n---\nInstallation\n---\nThe recommended way to install is via Composer:\n\n```shell\ncomposer require spaghetti/xlsx-parser\n```\nUsage\n---\n\n```php\nuse Spaghetti\\XLSXParser;\n\n$workbook = (new XLSXParser())-\u003eopen('workbook.xlsx');\n\nforeach ($workbook-\u003egetRows($workbook-\u003egetIndex('worksheet')) as $key =\u003e $values) {\n    var_dump($key, $values);\n}\n```\n\n---\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)\n","funding_links":["https://issuehunt.io/r/spaghettisolutions/xlsx-parser"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaghettisolutions%2Fxlsx-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaghettisolutions%2Fxlsx-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaghettisolutions%2Fxlsx-parser/lists"}