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

Property
Type
Description
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