{"id":22976289,"url":"https://github.com/dmk/fastsheet","last_synced_at":"2025-08-13T16:31:47.570Z","repository":{"id":38339070,"uuid":"103112995","full_name":"dmk/fastsheet","owner":"dmk","description":"FastSheet is the fastest XLSX file parser for Ruby (at the time of release). It leverages a Rust library for high-performance parsing, making it significantly faster than other available solutions.","archived":false,"fork":false,"pushed_at":"2022-06-06T18:36:46.000Z","size":22,"stargazers_count":25,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T04:56:59.414Z","etag":null,"topics":["excel","gem","ruby","rust","spreadsheets","xlsx"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dmk.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":"2017-09-11T08:55:42.000Z","updated_at":"2024-08-03T13:46:38.000Z","dependencies_parsed_at":"2022-09-17T22:22:03.705Z","dependency_job_id":null,"html_url":"https://github.com/dmk/fastsheet","commit_stats":null,"previous_names":["dkkoval/fastsheet"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dmk/fastsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2Ffastsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2Ffastsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2Ffastsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2Ffastsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmk","download_url":"https://codeload.github.com/dmk/fastsheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmk%2Ffastsheet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270274422,"owners_count":24556654,"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-08-13T02:00:09.904Z","response_time":66,"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":["excel","gem","ruby","rust","spreadsheets","xlsx"],"created_at":"2024-12-15T00:49:08.118Z","updated_at":"2025-08-13T16:31:47.235Z","avatar_url":"https://github.com/dmk.png","language":"Rust","readme":"# Fastsheet\n\nFastest ruby gem for reading Excel documents.\n\n## Installation\n\n**You should have rust installed to use this gem.**\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fastsheet'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fastsheet\n\n## Usage\n\nOpen a sheet:\n\n```ruby\nrequire 'fastsheet'\n\nsheet = Fastsheet::Sheet.new('path/to/sheet.xlsx')\n\n# number of columns\nsheet.width\n\n# number of rows\nsheet.height\n```\n\nGet rows or columns:\n\n```ruby\nsheet.rows\nsheet.columns\n\nsheet.row(42)\nsheet.column(1)\n```\n\nIterators (returns enumerator if no block given):\n\n```ruby\nsheet.each_row { |r| ... }\nsheet.each_column { |c| ... }\n```\n\nThat's all API for now. Feel free to [open an issue](http://github.com/dkkoval/fastsheet/issues) if you need more.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/dkkoval/fastsheet.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmk%2Ffastsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmk%2Ffastsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmk%2Ffastsheet/lists"}