{"id":16416080,"url":"https://github.com/phax/ph-poi","last_synced_at":"2025-03-23T06:31:29.780Z","repository":{"id":20037716,"uuid":"23305869","full_name":"phax/ph-poi","owner":"phax","description":"Java library with some Apache POI improvements","archived":false,"fork":false,"pushed_at":"2025-03-06T10:54:55.000Z","size":858,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T18:42:15.546Z","etag":null,"topics":["excel","java-library","ph-poi","poi","poi-improvements"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-25T07:40:16.000Z","updated_at":"2025-03-06T10:54:59.000Z","dependencies_parsed_at":"2023-01-13T20:44:25.947Z","dependency_job_id":"3ce0799f-68b7-4466-87b4-20876a49dde8","html_url":"https://github.com/phax/ph-poi","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-poi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-poi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-poi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-poi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/ph-poi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066496,"owners_count":20555402,"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","java-library","ph-poi","poi","poi-improvements"],"created_at":"2024-10-11T07:08:21.710Z","updated_at":"2025-03-23T06:31:29.770Z","avatar_url":"https://github.com/phax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ph-poi\n\n[![javadoc](https://javadoc.io/badge2/com.helger/ph-poi/javadoc.svg)](https://javadoc.io/doc/com.helger/ph-poi)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.helger/ph-poi/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.helger/ph-poi) \n\nJava library with some Apache POI improvements. Also adds some helper functions to more easily read and write type safe Excel files.\n\n# Maven usage\n\nAdd the following to your pom.xml to use this artifact, replacing `x.y.z` with the real version:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.helger\u003c/groupId\u003e\n  \u003cartifactId\u003eph-poi\u003c/artifactId\u003e\n  \u003cversion\u003ex.y.z\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# News and noteworthy\n\n* v6.0.4 - 2025-01-25\n    * Updated to POI 5.4.0\n    * Updated to commons-compress 1.27.1\n* v6.0.3 - 2024-07-17\n    * Updated to POI 5.3.0\n    * Updated to commons-compress 1.26.2\n* v6.0.2 - 2024-03-27\n    * Updated to POI 5.2.5\n    * Updated to commons-compress 1.25\n* v6.0.1 - 2023-07-31\n    * Updated to POI 5.2.3\n    * Updated to commons-compress 1.23\n    * Updated to ph-commons 11.1.0\n* v6.0.0 - 2022-09-14\n    * Using Java 11 as the baseline\n    * Updated to ph-commons 11\n    * Updated to POI 5.2.2\n* v5.3.2 - 2022-03-06\n    * Updated to POI 5.2.1\n* v5.3.1 - 2022-02-01\n    * Updated to POI 5.2.0\n* v5.3.0 - 2021-11-05\n    * Updated to POI 5.1.0\n    * Removed the class `POISLF4JLogger`\n* v5.2.0 - 2021-03-21\n    * Updated to ph-commons 10\n* v5.1.0 - 2021-01-28\n    * Updated to POI 5.0.0\n    * Excluded support for SVG and PDF to lower dependency weight\n* v5.0.7 - 2020-02-17\n    * Updated to commons-compress 1.20\n    * Updated to POI 4.1.2\n* v5.0.6 - 2019-10-21\n    * Updated to commons-compress 1.19\n    * Updated to POI 4.1.1\n* v5.0.5 - 2019-06-04\n    * Updated to XMLBeans 3.1.0\n    * Updated to POI 4.1.0\n* v5.0.4 - 2019-02-09\n    * Updated to POI 4.0.1\n    * `WorkbookCreationHelper` now implements `AutoClosable`\n* v5.0.3 - 2018-11-22\n    * Updated to ph-commons 9.2.0\n* v5.0.2 - 2018-09-10\n    * Updated to POI 4.0.0\n* v5.0.1 - 2018-08-09\n    * Fixed OSGI ServiceProvider configuration\n    * Added new class `CExcel` with some constants.\n    * Updated to XMLBeans 3.0.0\n* v5.0.0 - 2017-11-06\n    * Updated to ph-commons 9.0.0\n    * Removed deprecated methods\n    * Updated to POI 3.17\n* v4.1.1 - 2017-04-19\n    * Updated to POI 3.16\n* v4.1.0 - 2016-09-22\n    * Updated to POI 3.15\n* v4.0.0 - 2016-06-10\n    * Requires at least JDK 8\n    * Updated to POI 3.14\n    * Binds to ph-commons 8.x\n* v3.0.1 - 2015-10-19\n* v3.0.0 - 2015-07-09\n    * Binds to ph-commons 6.x\n* v2.9.4 - 2015-03-31\n* v2.9.3 - 2015-03-11\n* v2.9.2 - 2015-01-13\n* v2.9.1 - 2014-10-30\n* v2.9.0 - 2014-08-25   \n\n---\n\nMy personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |\nIt is appreciated if you star the GitHub project if you like it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-poi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fph-poi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-poi/lists"}