{"id":18947319,"url":"https://github.com/arif-rh/easy-excel","last_synced_at":"2026-03-26T22:30:19.704Z","repository":{"id":62486850,"uuid":"247913582","full_name":"arif-rh/easy-excel","owner":"arif-rh","description":"Wrapper for Easy Simple Using PHPSpreadsheet","archived":false,"fork":false,"pushed_at":"2020-03-17T09:29:04.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T00:45:27.057Z","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/arif-rh.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":"2020-03-17T08:11:48.000Z","updated_at":"2020-03-21T19:48:59.000Z","dependencies_parsed_at":"2022-11-02T10:02:37.309Z","dependency_job_id":null,"html_url":"https://github.com/arif-rh/easy-excel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif-rh%2Feasy-excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif-rh%2Feasy-excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif-rh%2Feasy-excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arif-rh%2Feasy-excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arif-rh","download_url":"https://codeload.github.com/arif-rh/easy-excel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239946875,"owners_count":19723014,"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":[],"created_at":"2024-11-08T13:09:35.351Z","updated_at":"2026-03-26T22:30:19.606Z","avatar_url":"https://github.com/arif-rh.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Install**\n````\ncomposer require arif-rh/easy-excel\n````\n\n**Example**\n\n````\nrequire \"vendor/autoload.php\";\n\n$xls = new Arifrh\\EasyExcel\\EasyExcel('Example 1');\n\n$xls-\u003esetColumnsWidth([\n    'A' =\u003e 20, 'B' =\u003e 90\n]);\n\n$xls\n    // merge cells with background color\n    -\u003esetColumnHeader('A1', 'B1', 'UTF-8 Support オートライブラリー', '90adf0')\n\n    // set one cel\n    -\u003esetCellValue('A2', 'Easy Excel')\n\n    // set multiple celss\n    -\u003esetCellValues([\n        'B2' =\u003e 'Wrapper of PHPSpreadsheet',\n        'B3' =\u003e 'Easy for simple use case'\n    ])\n\n    // set cell with background color\n    -\u003esetLabel('A4', 'Github Repository', 'e39054')\n\n    // set cell with hyperlink\n    -\u003esetLinkValue('B4', 'https://github.com/arif-rh/easy-excel', 'Go to Github Repository')\n    \n    // clone sheet \n    -\u003ecloneSheet('Example 1', 'Copy of Example 1')\n    \n    // or use name \"Copy of Example 1\"\n    -\u003esetActiveSheet(1)\n    \n    // insert 8 rows before row 1\n    -\u003einsertRows(8, 1)\n\n    // add image to cell\n    -\u003esetImageValue('A1', './img/avatar.png')\n\n    // set merge cells\n    -\u003esetMergeCellsValue('B1', 'B7', 'composer require arif-rh/easy-excel', ['HC', 'VC'])\n\n    // download file, or add second parameter with 'pdf' to download as PDF\n    -\u003eforceDownload('Easy-Excel');\n    ````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farif-rh%2Feasy-excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farif-rh%2Feasy-excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farif-rh%2Feasy-excel/lists"}