Changes for version 1.0.5 - 2026-01-02
- Fixed bug in converting int columns to alpha for any columns > 52 (AZ).
- Moved tutorial out of t dir as it never really belonged there.
- Cleaned up tutorial.
- Renamed Drive filter_files to list.
- Added pagination support for Drive->list.
- Fixed listing/deleting spreadsheets by name.
- Allow listing/deleting spreadsheets by filters.
- Renamed SheetsApi4 delete_all_spreadsheets to delete_all_spreadsheets_by_filters.
- Complete makeover of testing framework to automatically load mock data from live api.
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.
Common set of perl dependencies and imports.
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/SheetsApi4/Types.pm
in lib/Google/RestApi/Types.pm
in lib/Google/RestApi/Utils.pm
in tutorial/lib/Tutorial/Setup.pm
in tutorial/lib/Tutorial/Utils.pm