https://github.com/gimite/google-spreadsheet-ruby
Ruby library to read/write Google Spreadsheet
https://github.com/gimite/google-spreadsheet-ruby
Last synced: 8 months ago
JSON representation
Ruby library to read/write Google Spreadsheet
- Host: GitHub
- URL: https://github.com/gimite/google-spreadsheet-ruby
- Owner: gimite
- License: other
- Created: 2008-12-24T05:17:42.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T02:14:35.000Z (about 8 years ago)
- Last Synced: 2025-04-12T09:19:50.915Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 233 KB
- Stars: 306
- Watchers: 10
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ruby - google-spreadsheet-ruby - This is a library to read/write Google Spreadsheet. (Spreadsheets)
README
This library is now part of google_drive gem: https://github.com/gimite/google-drive-ruby
For new code: I suggest to use google_drive gem directly.
For existing code: You can keep using google-spreadsheet-ruby gem. Now google-spreadsheet-ruby is a library which simply does:
require "google_drive"
GoogleSpreadsheet = GoogleDrive
and it provides the same API as before.
Note that gimite-google-spreadsheet-ruby at gems.github.com is no longer updated, because github stopped hosting it.
= Author
Hiroshi Ichikawa - http://gimite.net/en/index.php?Contact