{"id":15616159,"url":"https://github.com/jnylen/xler","last_synced_at":"2026-01-27T13:01:14.395Z","repository":{"id":41731293,"uuid":"180882597","full_name":"jnylen/xler","owner":"jnylen","description":"Excel Parser in Elixir using Rust","archived":false,"fork":false,"pushed_at":"2023-06-26T04:56:55.000Z","size":141,"stargazers_count":6,"open_issues_count":8,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T15:39:58.345Z","etag":null,"topics":["elixir","excel","parsing-library","rust","tuple","worksheet"],"latest_commit_sha":null,"homepage":"https://github.com/jnylen/xler","language":"Elixir","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/jnylen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-11T21:44:34.000Z","updated_at":"2024-09-20T09:23:14.000Z","dependencies_parsed_at":"2024-10-22T18:28:32.551Z","dependency_job_id":null,"html_url":"https://github.com/jnylen/xler","commit_stats":{"total_commits":54,"total_committers":7,"mean_commits":7.714285714285714,"dds":0.6111111111111112,"last_synced_commit":"dfaa2a963d2e65ff1f3d130b0da294446fe8da35"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jnylen/xler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnylen%2Fxler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnylen%2Fxler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnylen%2Fxler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnylen%2Fxler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnylen","download_url":"https://codeload.github.com/jnylen/xler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnylen%2Fxler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elixir","excel","parsing-library","rust","tuple","worksheet"],"created_at":"2024-10-03T07:03:43.383Z","updated_at":"2026-01-27T13:01:14.359Z","avatar_url":"https://github.com/jnylen.png","language":"Elixir","readme":"# Xler\n\nXler uses the Calamine Rust library to get contents of Excel files.\n\n**Calamine supports:**\n\n- excel (xls, xlsx, xlsm, xlsb, xla, xlam)\n- opendocument spreadsheets (ods)\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `xler` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:xler, \"~\u003e 0.6.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/xler](https://hexdocs.pm/xler).\n\n## Worksheets\n\nTo get the worksheets of a file you use:\n\n```elixir\nXler.worksheets(\"filename.xls\")\n```\n\nand it will return as a tuple:\n\n```elixir\n{:ok, [\"Sheet 1\"]}\n```\n\n## Parse\n\nTo get the data of a worksheet you use:\n\n```elixir\nXler.parse(\"filename.xls\", \"Sheet 1\")\n```\n\nand it will return as a tuple:\n\n```elixir\n{:ok, [[\"Date\", \"Time\"]]}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnylen%2Fxler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnylen%2Fxler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnylen%2Fxler/lists"}