columnCell
The Excel output functionality requires additional licenses. Please contact support@documill.com to enable the licenses.
A child command of insertColumnValues
specifies a value for one of the cells of the column that the parent command is modifying.
Parent commands
insertColumnValues
Required. This parent defines the column whose cell this command is modifying.
Attributes
column | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | Number | Yes |
Defines the cell receiving a new value by its row. The resolved value is expected to be a row index Number, with the first row having the index of 1. |
value | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | Any | Yes |
Defines the new value of the cell. If the resolved value is a Number or a Boolean, the cell's type is set to numeric or boolean, as appropriate. If the value is an empty String, the cell's value is set to null. If it's a value of any other type, that value is converted into a String and the cell type set to text. |
Examples
See the examples of insertColumnValues.