Changes for version 0.4
- Support for multiple authorization mechanisms
- Support for Google Service Account authorization
- Support for borders and other cell formatting
- Cleaned up and simplified Range request class
- Cleaned up range unit tests
- Minor bug fixes
Documentation
Modules
Connection to Google REST APIs (currently Drive and Sheets).
Base class for authorization for Google Rest APIs
OAuth2 support for Google Rest APIs
Service Account support for Google Rest APIs
API to Google Drive API V3.
File object for Google Drive.
API to Google Sheets API V4.
Represents a range in a Worksheet.
Represents an the Range of an entire Worksheet.
Represents a cell within a Worksheet.
Represents a column within a Worksheet.
An iterator for an arbitrary Range.
Represents a row within a Worksheet.
Represents a group of ranges in a Worksheet.
An iterator for a group of Ranges.
Makes Ranges addressible via a hash key.
An iterator for tied Ranges.
A base class to build Google API's batchRequest.
Build Google API's batchRequests for a Spreadsheet.
Build Google API's batchRequests for a Worksheet.
Build Google API's batchRequests for a Range.
Represents a Google Spreadsheet.
Represents a Worksheet within a Google Spreadsheet.
Provides
in lib/Google/RestApi/Utils.pm