Spreadsheet
A Non-Visible component that helps you to manipulate data with Google Spreadsheet.
Events
ErrorOccurred
Param Name |
I/O Type |
Getter Block |
Setter Block |
message |
text |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
message |
text |
|
|
Event raised when error occurred.
GotAllSheet
Param Name |
I/O Type |
Getter Block |
Setter Block |
sheets |
dictionary |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
sheets |
dictionary |
|
|
Event raised when all sheets data got.
GotCell
Param Name |
I/O Type |
Getter Block |
Setter Block |
value |
text |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
value |
text |
|
|
Event raised when cell data got.
GotColumn
Param Name |
I/O Type |
Getter Block |
Setter Block |
values |
list |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
values |
list |
|
|
Event raised when column data got.
GotRow
Param Name |
I/O Type |
Getter Block |
Setter Block |
values |
list |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
values |
list |
|
|
Event raised when row data got.
GotSheetDimension
Param Name |
I/O Type |
Getter Block |
Setter Block |
rows |
number |
|
|
columns |
number |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
rows |
number |
|
|
columns |
number |
|
|
Event raised when sheet dimension got.
GotSheetId
Param Name |
I/O Type |
Getter Block |
Setter Block |
sheetId |
text |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
sheetId |
text |
|
|
Event raised when sheet id got.
GotSheetName
Param Name |
I/O Type |
Getter Block |
Setter Block |
sheetName |
text |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
sheetName |
text |
|
|
Event raised when sheet name got.
SheetInserted
Param Name |
I/O Type |
Getter Block |
Setter Block |
sheetId |
text |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
sheetId |
text |
|
|
Event raised when new sheet was inserted to spreadsheet.
SpreadsheetCreated
Param Name |
I/O Type |
Getter Block |
Setter Block |
spreadsheetId |
text |
|
|
Param Name |
I/O Type |
Getter Block |
Setter Block |
component |
component |
|
|
notAlreadyHandled |
boolean |
|
|
spreadsheetId |
text |
|
|
Event raised when new spreadsheet was created inside the Google Drive's folder.
Methods
AppendRow
Output Type: Void
Append the new data row at the end of the sheet.
CreateSpreadsheet
Output Type: Void
Create a new spreadsheet inside the folder.
DeleteColumn
Output Type: Void
Delete the column from sheet, make sure columnIndex must be an integer.
DeleteRow
Output Type: Void
Delete the column from sheet, make sure columnIndex must be an integer.
DeleteSheet
Output Type: Void
Delete the sheet from spreadsheet.
DeleteSpreadsheet
Output Type: Void
Delete spreadsheet from Google Drive.
GetAllSheet
Output Type: Void
Get the details of all sheets.
GetCell
Output Type: Void
Get the cell value of given cellId, make sure that the cellId is in the form of "A1" notation.
GetColumn
Output Type: Void
Get the column data from sheet.
GetRow
Output Type: Void
Get the data of the row at given index, make sure rowIndex must be an integer.
GetSheetDimension
Output Type: Void
Get the dimension of the given sheet.
GetSheetId
Output Type: Void
Get sheet id of given sheet name, make sure there is a sheet inside your spreadsheet with given sheet name.
GetSheetName
Output Type: Void
Get sheet name of given sheet id, make sure there is a sheet inside your spreadsheet with given sheet id.
InsertRow
Output Type: Void
Insert the new data row with given values(In form of list) to sheet, make sure columnIndex must be an integer.
InsertSheet
Output Type: Void
Insert new sheet to spreadsheet.
MoveSpreadsheet
Output Type: Void
Move spreadsheet to another folder.
RenameSheet
Output Type: Void
Rename the existing sheet with new name.
RenameSpreadsheet
Output Type: Void
Rename the existing spreadsheet with new name.
SetCell
Output Type: Void
Set the cell value of given cellId, make sure that the cellId is in the form of "A1" notation.
Block Properties
DeploymentKey
I/O Type: text
Deployment Key.
SheetName
I/O Type: text
Sheet Name.
SpreadsheetID
I/O Type: text
Spreadsheet Id.
Component Block
Spreadsheet
Output Type: component