Google Sheets document

This is an element that connects to a Google Sheets spreadsheet.

PropertyTypeDescription

File path*

String

Credentials file path

Spreadsheet ID*

String

Google Sheets spreadsheet ID

LTools.Office.GoogleSheetsApp app = LTools.Office.GoogleSheetsApp.Init(wf, @"Token file path", @"Spreadsheet ID");

Last updated