Inserts a table into a specified sheet of an Excel output file.
Usually, if you have a collection of data (an array) that you want to place into an Excel file, you would not use this table output field. Rather, you would loop through the array, writing to specific cell output fields. Read the information on Using Excel Outputs first.
Properties
Property | Datatype | Description |
---|---|---|
Name | text | The name of the output field. Used for referring to this output field in snap rules. |
External ID | text | The cell to insert the value. Example: "A1" |
Sheet Name | text | The sheet to insert the table into |
Table Data | list | The table object to insert into the sheet |
Deleted | boolean | Not used |
Coordinate | text | Not used |
Columns | number | Not used |