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

Ruby library to read/write Google Spreadsheet

Results 3 google-spreadsheet-ruby issues
Sort by recently updated
recently updated
newest added

Say you are generating a multi worksheet spreadsheet and want to link your users into a specific worksheet via shared link. For example: https://docs.google.com/spreadsheet/ccc?key=0AgLNyeoMpvoYdDlzcGw1MVRXM0hiemd6V3VXYWFGb2c#gid=2 While you can generate the base...

Reason: - Old versions of the API has been deprecated: https://developers.google.com/google-apps/spreadsheets/ - We currently mix old API and V3 API. Using V3 API everywhere should simplify the code.