1. Component introduction
Prerequisite components: Launch Excel or Get Opened Excel
Use this component to append a row of content to the end of an Excel file.
2. Inputs
For information about the input parameters, see the component's help text in the application flow editor.
3. Outputs
For information about the output parameters, see the component's help text in the application flow editor.
4. Component usage example
4.1. Component configuration example
Set
Opened Sheet Objectto v_Sheet_obj_1, which is the output of a prerequisite component such as Get Active Sheet or Activate Sheet.Set
Content to Writeto ["Xiong Er",18].Default values for advanced options
4.2. Example execution result
None
5. Flow creation example
Create the flow
Use the Launch Excel component to open a specific Excel file.
Use the Get Active Sheet component to retrieve the active sheet object.
Use the Append Row to Excel component to write ["Xiong Er","18"] to the last row of the sheet.
Use the Save Excel component to save the spreadsheet.
Use the Close Excel component to close the Excel file.
Execution result
After the flow runs, it opens the Excel file, retrieves the active sheet, appends the specified values to the last row, and then saves and closes the file. The following figure shows the result.
