|
CellRange | | A range of cells from the worksheet to include in the data.
Examples:
A1:H10
will include rows 1 through 10 of columns A through H
C:F
will include all data rows from columns C, through F.
|
ConnectionID | | (Required) Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
GoogleDateColumns | | A comma-delimited list of Google Worksheet columns that should be displayed as dates. |
GoogleNumericColumns | | A comma-delimited list of Google Worksheet columns that should be formatted as numbers. |
GoogleSpreadsheetCulture | | The culture of a Google Spreadsheet, used to correctly recognize international data formats. |
GoogleSpreadsheetName | | (Required) The name of the Google Spreadsheet document.
If GoogleSpreadsheetName is “List spreadsheets”, a report of available spreadsheets is returned with columns Name, Author, Updated. |
GoogleWorksheetName | | (Required) The name of the Google Worksheet document. Required if a spreadsheet is specified in GoogleSpreadsheetName.
If GoogleSpreadsheetName is a valid spreadsheet and GoogleWorksheetName is “List worksheets”, a report of available worksheets in that spreadsheet is returned with columns Name, Updated, Rows. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |