Append Row
Category
Excel Commands
Description
Append to last row of sheet. Use this command will take in a comma seprerated value and append it to the end of an excel sheet.
Parameters
- Instance Name
Indicate the instance name for the selected workbook.
- Sheet Name
Indicate the name of the sheet within the Workbook to activate.
- Row
Enter the row to set, e.g., ["Hello","World"].
Returned Value
This command does not have returned value.
Example Usage
- Example Location:
BYpass\Examples\Excel Commands\Append Row\Append Row.xml