{"id":16122119,"url":"https://github.com/foxcapades/kalo","last_synced_at":"2025-10-11T11:02:22.049Z","repository":{"id":90411110,"uuid":"87470247","full_name":"Foxcapades/Kalo","owner":"Foxcapades","description":"Annotations for POJO to Poi Workbook serialization.","archived":false,"fork":false,"pushed_at":"2019-08-23T15:17:43.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T17:19:26.650Z","etag":null,"topics":["annotations","java","poi","spreadsheet"],"latest_commit_sha":null,"homepage":"","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/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"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":"2017-04-06T20:07:38.000Z","updated_at":"2021-03-04T17:16:16.000Z","dependencies_parsed_at":"2023-03-13T07:45:51.763Z","dependency_job_id":null,"html_url":"https://github.com/Foxcapades/Kalo","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"45f5b7d681386a82f6855436e2f0831e36fbbf0b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2FKalo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2FKalo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2FKalo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2FKalo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/Kalo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478234,"owners_count":20945262,"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":["annotations","java","poi","spreadsheet"],"created_at":"2024-10-09T21:09:25.332Z","updated_at":"2025-10-11T11:02:16.798Z","avatar_url":"https://github.com/Foxcapades.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Kalo\n\nAnnotations for converting POJOs to Workbooks through Apache Poi.\n\n.Foo.java\n[source, java]\n----\nclass Foo {\n  @Poi(header=\"Bar\")\n  String barVal;\n  \n  Foo(String bv) {...}\n  \n  @Poi\n  int getFizz() {...}\n  \n  @Poi(index=1)\n  int getId() {...}\n}\n----\n\n.main method\n[source, java]\n----\nfinal var kalo = new Kalo();\nfinal var items = Arrays.asList(new Foo[]{new Foo(\"A\"), new Foo(\"B\")});\n\n// Create workbook:\nfinal var workbook = kalo.xssf(items, Foo.class);\n\n// Write out to file:\nkalo.writeXssf(new File(\"MyWorkbook.xlsx\"), items, Foo.class);\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fkalo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Fkalo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fkalo/lists"}