{"id":16315154,"url":"https://github.com/glendemon/phpexcel-wrapper","last_synced_at":"2025-06-14T06:04:06.827Z","repository":{"id":28303877,"uuid":"31816536","full_name":"glendemon/phpexcel-wrapper","owner":"glendemon","description":"Class wrapper for PHPExcel","archived":false,"fork":false,"pushed_at":"2015-03-20T18:46:24.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T00:59:52.502Z","etag":null,"topics":["phpexcel","phpexcel-wrapper"],"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/glendemon.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-03-07T15:38:42.000Z","updated_at":"2015-03-20T18:46:24.000Z","dependencies_parsed_at":"2022-08-24T14:40:29.098Z","dependency_job_id":null,"html_url":"https://github.com/glendemon/phpexcel-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glendemon/phpexcel-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glendemon%2Fphpexcel-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glendemon%2Fphpexcel-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glendemon%2Fphpexcel-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glendemon%2Fphpexcel-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glendemon","download_url":"https://codeload.github.com/glendemon/phpexcel-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glendemon%2Fphpexcel-wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259768509,"owners_count":22908228,"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":["phpexcel","phpexcel-wrapper"],"created_at":"2024-10-10T21:56:20.949Z","updated_at":"2025-06-14T06:04:06.812Z","avatar_url":"https://github.com/glendemon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phpexcel-wrapper\nClass wrapper for PHPExcel\n\n# Examples\n\n```php\n        $chart = PhpExcelWrapper::getChart(\n                $data,\n                PHPExcel_Chart_DataSeries::TYPE_LINECHART,\n                PHPExcel_Chart_DataSeries::GROUPING_STANDARD,\n                null,\n                '[h]:mm:ss'\n            );\n\n        $chart1 = PhpExcelWrapper::getChart(\n                $data,\n                PHPExcel_Chart_DataSeries::TYPE_BARCHART,\n                PHPExcel_Chart_DataSeries::GROUPING_CLUSTERED,\n                $columns,\n                '[h]:mm:ss'\n            );\n\n        $chart2 = PhpExcelWrapper::getChart(\n                $data,\n                PHPExcel_Chart_DataSeries::TYPE_BARCHART,\n                PHPExcel_Chart_DataSeries::GROUPING_CLUSTERED,\n                $columns,\n                null,\n                20\n            );\n\n        $xls = new PhpExcelWrapper($dirName);\n        if (is_array($function)) {\n\t\t\t$xls-\u003esetData($function, $titles, $chart);\n\t\t} else {\n\t\t\t$xls-\u003esplitToSheets($function, $titles, $chart);\n\t\t}\n\t\tif (!$download) {\n\t\t\t$xls-\u003esave();\n\t\t} else {\n\t\t\t$xls-\u003edownloadFromStream();\n\t\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglendemon%2Fphpexcel-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglendemon%2Fphpexcel-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglendemon%2Fphpexcel-wrapper/lists"}