I wrote a script here to access a Google Spreadsheet by name using Ruby:
http://gist.github.com/606488I'm trying to use gdata
as per the instuctions here:
How come I'm getting a 401 error "Token invalid" when using the gdata
gem?
It works fine when I use the methods described here:
http://code.google.com/apis/spreadsheets/articles/using_ruby.html, but I figured I should go by the former doc since it's newer & simplerThanks!
Matt
Check out the google-spreadsheets-ruby gem:
http://gimite.net/gimite/rubymess/google-spreadsheet-ruby/
精彩评论