{"id":29899349,"url":"https://github.com/patorash/csv2excel","last_synced_at":"2025-08-01T12:34:34.606Z","repository":{"id":40180595,"uuid":"186919966","full_name":"patorash/csv2excel","owner":"patorash","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-12T05:39:23.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T01:06:52.312Z","etag":null,"topics":["csv","excel","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/patorash.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-16T00:11:16.000Z","updated_at":"2023-05-26T02:47:36.000Z","dependencies_parsed_at":"2022-07-24T17:30:06.807Z","dependency_job_id":null,"html_url":"https://github.com/patorash/csv2excel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/patorash/csv2excel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patorash%2Fcsv2excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patorash%2Fcsv2excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patorash%2Fcsv2excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patorash%2Fcsv2excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patorash","download_url":"https://codeload.github.com/patorash/csv2excel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patorash%2Fcsv2excel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267407213,"owners_count":24082500,"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-07-27T02:00:11.917Z","response_time":82,"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":["csv","excel","ruby"],"created_at":"2025-08-01T12:33:45.575Z","updated_at":"2025-08-01T12:34:34.595Z","avatar_url":"https://github.com/patorash.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv2excel\n\nConvert CSV to Excel(xlsx) file.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'csv2excel'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install csv2excel\n\n## Usage\n\n### CLI\n\n#### File\n\n```bash\n$ csv2excel -f ./foo.csv # =\u003e create ./foo.xlsx\n```\n\n#### Directory\n\n```bash\n$ csv2excel -d ./bar # =\u003e create ./bar/*.xlsx\n```\n\n### Code\n\n```ruby\nrequire 'csv2excel'\n\n# file\nCSV.to_xlsx(file: 'foo.csv')\n\n# directory\nCSV.to_xlsx(dir: './bar')\n```\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/csv2excel. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Csv2excel project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/csv2excel/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatorash%2Fcsv2excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatorash%2Fcsv2excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatorash%2Fcsv2excel/lists"}