Lucee Function Reference
Function SPREADSHEETSETCELLVALUE
Example
spreadsheetsetcellvalue(excel spreadSheet,string value,number row,number column):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
spreadSheet | excel | Yes | |
value | string | Yes | |
row | number | Yes | |
column | number | Yes |