Xbasic
helper::GoogleSheetPublishTables Method
Syntax
PublishTables as L(connectionString as C,tableNames as C,driveNamedResource as C,driveFolderId as C[, maxRecord as N])
Arguments
- connectionStringCharacter
- tableNamesCharacter
- driveNamedResourceCharacter
- driveFolderIdCharacter
- maxRecordNumeric
Returns
- resultLogical
Description
The PublishTables method publishes multiple SQL tables to a Google Sheet.
Discussion
Use this method to migrate or sync multiple SQL tables to Google Sheets, including options for handling drive resources and row limits.
Example