It uploads the aggregated stats to a Google Sheet.
A valid Google service account credentials file must be specified
in the GOOGLE_CREDENTIALS_PATH environment variable.
Parameters
stats: StatsSummary[]
The aggregated stats to upload.
spreadsheetId: string
The ID of the Google Spreadsheet.
table: string = 'data'
The name of the table (sheet) within the spreadsheet. Default is 'data'.
It uploads the aggregated stats to a Google Sheet. A valid Google service account credentials file must be specified in the
GOOGLE_CREDENTIALS_PATH
environment variable.