{"id":19974258,"url":"https://github.com/jgauthi/component_spreadsheet","last_synced_at":"2026-06-11T15:31:06.842Z","repository":{"id":162073224,"uuid":"272968160","full_name":"jgauthi/component_spreadsheet","owner":"jgauthi","description":"Class and method for read / generate spreadsheet files.","archived":false,"fork":false,"pushed_at":"2026-02-28T10:28:50.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T15:15:07.786Z","etag":null,"topics":["csv","csv-parser","csv-reading","php74","php82"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgauthi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2020-06-17T12:28:13.000Z","updated_at":"2026-02-28T10:28:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff4d3ea7-7051-43be-a9bd-070502bd88a8","html_url":"https://github.com/jgauthi/component_spreadsheet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jgauthi/component_spreadsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_spreadsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_spreadsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_spreadsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_spreadsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgauthi","download_url":"https://codeload.github.com/jgauthi/component_spreadsheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fcomponent_spreadsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34206487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","csv-parser","csv-reading","php74","php82"],"created_at":"2024-11-13T03:14:28.226Z","updated_at":"2026-06-11T15:31:06.815Z","avatar_url":"https://github.com/jgauthi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Component Spreadsheet\nExecutables, class and method for read / generate spreadsheet files.\n\nThe supported format:\n* **CSV**: parameters by default, delimiter: `;`, enclore: `\"`.\n    * On parsing method, convert empty value and `'NULL'` (phpmyadmin export NULL string in csv export) to `null`\n* **XLSX.XML**: Xml file for Excel (excel document)\n\n\n## Prerequisite\n* PHP 8.2 (v1.1+) or 7.4+ (v1.0)\n* PHP extension\n    * Iconv\n    * Mbstring\n    * _(optional)_ Pdo, pdo-mysqli or another database (sqlite, etc)\n\n## Install\nEdit your [composer.json](https://getcomposer.org) (launch `composer update` after edit):\n```json\n{\n  \"repositories\": [\n    { \"type\": \"git\", \"url\": \"git@github.com:jgauthi/component_spreadsheet.git\" }\n  ],\n  \"require\": {\n    \"jgauthi/component_spreadsheet\": \"1.*\"\n  }\n}\n```\n\n\n## Documentation\nYou can look at [folder example](example).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fcomponent_spreadsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgauthi%2Fcomponent_spreadsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fcomponent_spreadsheet/lists"}