Class GoogleSheetSource
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public sealed class GoogleSheetSource : CsvTableSourceBase, ITableSource
Constructors
| Edit this page View SourceGoogleSheetSource(string, string, string, int)
Declaration
public GoogleSheetSource(string spreadsheetId, string sheetName, string keyColumnName = null, int headerRowIndex = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | spreadsheetId | |
| string | sheetName | |
| string | keyColumnName | |
| int | headerRowIndex |