{"id":16830005,"url":"https://github.com/jkowens/tilt-caxlsx","last_synced_at":"2025-08-23T09:11:12.973Z","repository":{"id":65773540,"uuid":"599424860","full_name":"jkowens/tilt-caxlsx","owner":"jkowens","description":"Integrates Caxlsx with Tilt","archived":false,"fork":false,"pushed_at":"2023-02-09T05:45:59.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T21:34:25.104Z","etag":null,"topics":["ruby","tilt","xlsx"],"latest_commit_sha":null,"homepage":"","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/jkowens.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":"2023-02-09T05:20:52.000Z","updated_at":"2023-02-10T07:12:47.000Z","dependencies_parsed_at":"2023-04-13T05:48:34.543Z","dependency_job_id":null,"html_url":"https://github.com/jkowens/tilt-caxlsx","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jkowens/tilt-caxlsx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkowens%2Ftilt-caxlsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkowens%2Ftilt-caxlsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkowens%2Ftilt-caxlsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkowens%2Ftilt-caxlsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkowens","download_url":"https://codeload.github.com/jkowens/tilt-caxlsx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkowens%2Ftilt-caxlsx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"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-22T02:00:08.480Z","response_time":65,"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":["ruby","tilt","xlsx"],"created_at":"2024-10-13T11:37:01.848Z","updated_at":"2025-08-23T09:11:12.951Z","avatar_url":"https://github.com/jkowens.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tilt-caxlsx\n\n[![Gem Version](https://badge.fury.io/rb/tilt-caxlsx.svg)](https://badge.fury.io/rb/tilt-caxlsx)\n[![Tests](https://github.com/jkowens/tilt-caxlsx/actions/workflows/test.yml/badge.svg)](https://github.com/jkowens/tilt-caxlsx/actions/workflows/test.yml)\n\n\nAdds support for rendering [Caxlsx](https://github.com/caxlsx/caxlsx) templates using [Tilt](https://github.com/rtomayko/tilt).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'tilt-caxlsx'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install tilt-caxlsx\n\n## Usage\n\nCreate a template with the .xlsx or .axlsx extension. Use `xlsx_package` variable to create your spreadsheet:\n\n```ruby\nwb = xlsx_package.workbook\nwb.add_worksheet(name: \"Users\") do |sheet|\n sheet.add_row [\"ID\", \"Email\", \"Full Name\"]\n  @users.each do |user|\n    sheet.add_row [user.id, user.email, user.full_name]\n  end\nend\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkowens%2Ftilt-caxlsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkowens%2Ftilt-caxlsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkowens%2Ftilt-caxlsx/lists"}