{"id":23143355,"url":"https://github.com/apurebase/exceldsl","last_synced_at":"2025-08-17T14:33:16.436Z","repository":{"id":57717429,"uuid":"304009937","full_name":"aPureBase/ExcelDSL","owner":"aPureBase","description":"An easy to use Kotlin DSL to build Excel documents","archived":false,"fork":false,"pushed_at":"2022-02-25T14:23:08.000Z","size":100,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-06-29T21:08:28.321Z","etag":null,"topics":["apache-poi","excel","kotlin","kotlin-dsl"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/aPureBase.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-10-14T12:36:00.000Z","updated_at":"2022-05-25T16:47:16.000Z","dependencies_parsed_at":"2022-09-05T20:20:33.108Z","dependency_job_id":null,"html_url":"https://github.com/aPureBase/ExcelDSL","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aPureBase%2FExcelDSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aPureBase%2FExcelDSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aPureBase%2FExcelDSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aPureBase%2FExcelDSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aPureBase","download_url":"https://codeload.github.com/aPureBase/ExcelDSL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230136110,"owners_count":18178813,"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":["apache-poi","excel","kotlin","kotlin-dsl"],"created_at":"2024-12-17T15:13:12.629Z","updated_at":"2024-12-17T15:13:15.397Z","avatar_url":"https://github.com/aPureBase.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExcelDSL\n[![Maven Central](https://img.shields.io/maven-central/v/com.apurebase/ExcelDSL.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.apurebase%22%20AND%20a:%22ExcelDSL%22)\n\nAn easy-to-use Kotlin DSL to build Excel documents\n\n```kotlin\nval file: File = excel {\n  sheet {\n    row {\n      cell(\"Hello\")\n      cell(\"World!\")\n    }\n    row(2)\n    row {\n      emptyCell(3)\n      cell(\"Here!\")\n    }\n  }\n}\n```\n\n\n# Installation\n\nInstallation via Kotlin Gradle Script\n\n```kotlin\nrepositories {\n    mavenCentral()\n}\ndependencies {\n  implementation(\"com.apurebase:ExcelDSL:$version\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapurebase%2Fexceldsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapurebase%2Fexceldsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapurebase%2Fexceldsl/lists"}