{"id":20077907,"url":"https://github.com/thoroc/php_writeexcel","last_synced_at":"2025-05-05T22:31:46.160Z","repository":{"id":21192830,"uuid":"24501825","full_name":"thoroc/php_writeexcel","owner":"thoroc","description":"Johann Hanne's php lib to write excel file","archived":false,"fork":false,"pushed_at":"2020-04-21T10:07:00.000Z","size":316,"stargazers_count":14,"open_issues_count":2,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-08T07:50:56.435Z","etag":null,"topics":["excel","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thoroc.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":"2014-09-26T14:06:15.000Z","updated_at":"2024-01-29T02:39:01.000Z","dependencies_parsed_at":"2022-07-15T18:17:19.592Z","dependency_job_id":null,"html_url":"https://github.com/thoroc/php_writeexcel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoroc%2Fphp_writeexcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoroc%2Fphp_writeexcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoroc%2Fphp_writeexcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoroc%2Fphp_writeexcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thoroc","download_url":"https://codeload.github.com/thoroc/php_writeexcel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224470952,"owners_count":17316710,"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":["excel","php"],"created_at":"2024-11-13T15:11:50.955Z","updated_at":"2024-11-13T15:11:51.589Z","avatar_url":"https://github.com/thoroc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"php_writeexcel\n==============\n\nPHP port of John McNamara's Spreadsheet::WriteExcel by Johann Hanne,\nwith some tweaks by Thomas Roche (https://github.com/thoroc/php_writeexcel),\nand forked by Craig Manley adding more tweaks and some added drop-in compatibility with PEAR's Spreadsheet_Excel_Writer.\n\nDependencies\n============\nTo use this library, please install [php_ole](https://github.com/thoroc/php_ole) which allow to write big Excel files (larger than 7MB).\n\n\nExample for your `composer.json` file:\n\n```\n{\n    \"minimum-stability\": \"dev\",\n    \"repositories\": [\n      {\n        \"type\": \"vcs\",\n        \"url\": \"https://github.com/thoroc/php_ole\"\n      },\n      {\n        \"type\": \"vcs\",\n        \"url\": \"https://github.com/thoroc/php_writeexcel\"\n      }\n    ],\n    \"require\": {\n        \"thoroc/php_ole\": \"master\",\n        \"thoroc/php_writeexcel\": \"master\"\n    }\n}\n```\n\nPerfomance comparison\n=====================\nUpdate by Craig Manley, 2015-12-06:\nWriting a table of 8 fields and 950 rows to an Excel file resulted in these average elapsed times:\n```\nPHPExcel: 7.417\nPEAR Spreadsheet_Excel_Writer: 1.078\nphp_writeexcel: 2.065\n```\nSo clearly, PEAR's Spreadsheet_Excel_Writer is almost twice as fast.\nPHPExcel is more modern, but by far the slowest and consumes huge amounts of memory,\nwhich is the only reason I tried with this library, updating it slightly in the process.\n\nOriginal Documentation\n======================\n\n * [README](doc/README)\n * [LICENSE](doc/LICENSE)\n * [FAQ](doc/FAQ)\n * [TODO](doc/TODO)\n * [CONTRIBUTION](doc/THANKS)\n * [CHANGELGO](doc/CHANGELOG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoroc%2Fphp_writeexcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoroc%2Fphp_writeexcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoroc%2Fphp_writeexcel/lists"}