Run? | R? | Write data to Excel? | Boolean |
Excel Worksheet | [Ws] | Number of the worksheet GH will write in. | Text |
Column Names | [Cn] | Names of the columns to be written in excel. | Text |
Row Names | [Rn] | Names of the rows to be written in excel. | Text |
Write Options | [WO] | Options string from ghExcel WriteOptions component - sets optional writing attributes. | Text |
Columnns or Rows? | [C/R] | Write data as Columns or Rows?
True = Rows, False = Columns | Boolean |
Data to write into Columns | Data | Data Tree to write into columns. Each branch of the tree will be written as a column in excel. | Text |