google-spreadsheet-ruby icon indicating copy to clipboard operation
google-spreadsheet-ruby copied to clipboard

Ruby library to read/write Google Spreadsheet

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