{"id":32192034,"url":"https://github.com/ontodev/excel","last_synced_at":"2025-10-22T01:56:47.574Z","repository":{"id":5846130,"uuid":"7062616","full_name":"ontodev/excel","owner":"ontodev","description":"A thin Clojure wrapper around a small part of Apache POI for reading .xlsx files.","archived":false,"fork":false,"pushed_at":"2022-03-16T22:54:33.000Z","size":142,"stargazers_count":9,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T01:56:36.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/ontodev.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":"2012-12-08T01:18:51.000Z","updated_at":"2025-08-16T13:25:46.000Z","dependencies_parsed_at":"2022-08-31T16:41:09.951Z","dependency_job_id":null,"html_url":"https://github.com/ontodev/excel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ontodev/excel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fexcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fexcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fexcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fexcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ontodev","download_url":"https://codeload.github.com/ontodev/excel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fexcel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280365590,"owners_count":26318385,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-22T01:56:43.945Z","updated_at":"2025-10-22T01:56:47.565Z","avatar_url":"https://github.com/ontodev.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ontodev.excel\n\nA thin [Clojure](http://clojure.org) wrapper around a small part of [Apache POI](http://poi.apache.org) for reading `.xlsx` files. \n\nFor a more complete implementation, see the `incanter-excel` module from the [Incanter](https://github.com/liebke/incanter) project.\n\n## Usage\n\nAdd `ontodev/excel` to your [Leiningen](http://leiningen.org/) project dependencies:\n\n    [ontodev/excel \"0.2.5\"]\n\nThen `require` the namespace:\n\n    (ns your.project\n      (:require [ontodev.excel :as xls]))\n\nUse it to load a workbook and read sheets:\n\n    (let [workbook (xls/load-workbook \"test.xlsx\")\n          sheet    (xls/read-sheet workbook \"Sheet1\")]\n      (println \"Sheet1:\" (count sheet) (first sheet)))\n\n## License\n\nCopyright © 2014, James A. Overton\n\nDistributed under the Simplified BSD License: [http://opensource.org/licenses/BSD-2-Clause]()\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fontodev%2Fexcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fontodev%2Fexcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fontodev%2Fexcel/lists"}