{"id":13614995,"url":"https://github.com/faisalman/simple-excel-php","last_synced_at":"2025-05-15T11:09:01.628Z","repository":{"id":1409227,"uuid":"1474816","full_name":"faisalman/simple-excel-php","owner":"faisalman","description":"Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats","archived":false,"fork":false,"pushed_at":"2021-10-27T07:32:18.000Z","size":463,"stargazers_count":563,"open_issues_count":14,"forks_count":148,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-04-14T19:58:59.382Z","etag":null,"topics":["csv-converter","excel-converter","excel-reader","excel-writer","html-converter","json-converter","xlsx-converter","xlsx-reader"],"latest_commit_sha":null,"homepage":"http://faisalman.github.io/simple-excel-php","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"collectionspace/services","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faisalman.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-13T15:47:11.000Z","updated_at":"2025-02-18T03:44:00.000Z","dependencies_parsed_at":"2022-08-16T13:15:25.573Z","dependency_job_id":null,"html_url":"https://github.com/faisalman/simple-excel-php","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fsimple-excel-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fsimple-excel-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fsimple-excel-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fsimple-excel-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faisalman","download_url":"https://codeload.github.com/faisalman/simple-excel-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328386,"owners_count":22052632,"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-converter","excel-converter","excel-reader","excel-writer","html-converter","json-converter","xlsx-converter","xlsx-reader"],"created_at":"2024-08-01T20:01:07.950Z","updated_at":"2025-05-15T11:09:01.610Z","avatar_url":"https://github.com/faisalman.png","language":"PHP","readme":"# Simple Excel\n\nEasily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats\n\n### For further deatails see the GitHuib Pages site: http://faisalman.github.com/simple-excel-php ###\n\n## PHP Versions Supported\n\nPHP \u003e= 5.3\n\n## Installation\nIf you're using Composer to manage libraries, include this package in your composer.json\n```json\n\"require\" : {\n    \"faisalman/simple-excel-php\" : \"0.3.*\"\n}\n```\nIf you want to try version 0.4 (still in develop branch) you can use\n\n```json\n\"require\" : {\n    \"faisalman/simple-excel-php\" : \"develop as 0.4.0-alpha\"\n}\n```\n\nOr just load this library in your PHP project by including SimpleExcel.php\n\n```json\nrequire_once('../your/project/directory/here/lib/SimpleExcel/SimpleExcel.php');\n```\n\n## Features\n\n* Available parsers: Microsoft Excel 2003 XML, CSV, TSV, HTML, JSON\n* Available writers: Microsoft Excel 2003 XML, CSV, TSV, HTML, JSON\n\n## Usage\n\n```php\nuse SimpleExcel\\SimpleExcel\n\n$excel = new SimpleExcel('CSV');\n$excel-\u003eparser-\u003eloadFile('test.csv');\n\necho $excel-\u003eparser-\u003egetCell(1, 1);\n\n$excel-\u003econvertTo('JSON');\n$excel-\u003ewriter-\u003eaddRow(array('add', 'another', 'row'));\n$excel-\u003ewriter-\u003esaveFile('example');\n```\n\n## Development\n\n[![Build Status](https://travis-ci.org/faisalman/simple-excel-php.png?branch=master)](https://travis-ci.org/faisalman/simple-excel-php)\n\nTesting\n\n```sh\n$ phpunit --configuration test/phpunit.xml\n```\n\nNext version 0.4.0-alpha is now available under [develop](https://github.com/faisalman/simple-excel-php/tree/develop) branch\n\n## License\n\nCopyright (c) 2011-2012 Faisalman \u003c\u003cfyzlman@gmail.com\u003e\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["PHP","类库"],"sub_categories":["Office"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisalman%2Fsimple-excel-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaisalman%2Fsimple-excel-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisalman%2Fsimple-excel-php/lists"}