{"id":24199477,"url":"https://github.com/tredmann/easy-phpexcel","last_synced_at":"2025-08-08T04:41:44.576Z","repository":{"id":33715995,"uuid":"37369666","full_name":"tredmann/easy-phpexcel","owner":"tredmann","description":"It's a simple wrapper to support easy Excel document creation with PHPExcel","archived":false,"fork":false,"pushed_at":"2015-06-14T10:08:09.000Z","size":136,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T22:03:31.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tredmann.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}},"created_at":"2015-06-13T11:54:03.000Z","updated_at":"2023-06-12T23:52:38.000Z","dependencies_parsed_at":"2022-08-28T18:52:49.324Z","dependency_job_id":null,"html_url":"https://github.com/tredmann/easy-phpexcel","commit_stats":null,"previous_names":["tredmann/easy-phpexcel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tredmann/easy-phpexcel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Feasy-phpexcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Feasy-phpexcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Feasy-phpexcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Feasy-phpexcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tredmann","download_url":"https://codeload.github.com/tredmann/easy-phpexcel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Feasy-phpexcel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366339,"owners_count":24405237,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":[],"created_at":"2025-01-13T20:36:29.557Z","updated_at":"2025-08-08T04:41:44.520Z","avatar_url":"https://github.com/tredmann.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-phpexcel\nIt's a simple wrapper to support easy Excel document creation with PHPExcel\n\n## Usage\n\nThe following minimal example will create an Excel file.\n\n\t$data = array(\n\t\t'Name'  =\u003e 'Redmann',\n\t\t'Sex'   =\u003e 'male'\n\t);\n\t\n\t$excel = new EasyPHPExcel('My first Excel');\n\t\n\t$excel-\u003esetHeader(array_keys($data))\n\t\t\t-\u003eaddRow(array_values($data))\n\t\t\t-\u003esave('example1.xlsx');\n\nThat's it. Really! It's that simple.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftredmann%2Feasy-phpexcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftredmann%2Feasy-phpexcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftredmann%2Feasy-phpexcel/lists"}