{"id":15032788,"url":"https://github.com/ruby/win32ole","last_synced_at":"2025-04-04T12:09:48.882Z","repository":{"id":43181075,"uuid":"266092313","full_name":"ruby/win32ole","owner":"ruby","description":"Provides an interface for OLE Automation in Ruby","archived":false,"fork":false,"pushed_at":"2025-02-18T00:45:46.000Z","size":956,"stargazers_count":15,"open_issues_count":3,"forks_count":8,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-03-28T11:11:34.192Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-05-22T11:19:19.000Z","updated_at":"2025-02-18T00:45:48.000Z","dependencies_parsed_at":"2024-06-04T07:49:24.351Z","dependency_job_id":"f554eb62-54bd-498e-96af-e23f7d392d44","html_url":"https://github.com/ruby/win32ole","commit_stats":{"total_commits":479,"total_committers":30,"mean_commits":"15.966666666666667","dds":"0.40501043841336115","last_synced_commit":"e4a1f3a2bfa7c9fd4ed5127ded24538260925bdd"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fwin32ole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fwin32ole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fwin32ole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fwin32ole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby","download_url":"https://codeload.github.com/ruby/win32ole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174454,"owners_count":20896078,"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","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"],"created_at":"2024-09-24T20:19:27.681Z","updated_at":"2025-04-04T12:09:48.859Z","avatar_url":"https://github.com/ruby.png","language":"C","readme":"# WIN32OLE\n\nWIN32OLE objects represent OLE Automation object in Ruby.\n\nBy using WIN32OLE, you can access OLE server like VBScript.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'win32ole'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install win32ole\n\n## Usage\n\n```\nrequire 'win32ole'\n\nexcel = WIN32OLE.new('Excel.Application')\nexcel.visible = true\nworkbook = excel.Workbooks.Add();\nworksheet = workbook.Worksheets(1);\nworksheet.Range(\"A1:D1\").value = [\"North\",\"South\",\"East\",\"West\"];\nworksheet.Range(\"A2:B2\").value = [5.2, 10];\nworksheet.Range(\"C2\").value = 8;\nworksheet.Range(\"D2\").value = 20;\n\nrange = worksheet.Range(\"A1:D2\");\nrange.select\nchart = workbook.Charts.Add;\n\nworkbook.saved = true;\n\nexcel.ActiveWorkbook.Close(0);\nexcel.Quit();\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` 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/ruby/win32ole.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fwin32ole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby%2Fwin32ole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fwin32ole/lists"}