excel » writeAcross(file,worksheet,startCell,array)
Description
This command writes the data in the excel worksheet
across the row with the given
array of the values.
Parameters
- file - the Excel file to write to
- worksheet - the name of the worksheet to write to
- startCell - the starting cell to write
- array - list of data values to write to the specified Excel
file
,worksheet
. Multiple values are separated by$(nexial.textDelim)
.
Example
Script:
Output: