Write row to Excel
1. Component description
Prerequisites: Start Excel or Get opened Excel
Use this component to write a row of data starting from a specified cell.
2. Inputs
You can find help for each input item in the component panel of the application flow editor.
3. Outputs
For more information about each output, see the component panel in the application flow editor.
4. Component usage example
4.1. Component configuration example
For Opened Sheet object, select
v_Sheet_obj_1, which is the sheet object returned by the preceding Get active sheet or Activate sheet component.Set
Starting row numberto "1".Set
Starting column letterto "A".Set
Content to writeto ["John","Mary","David","Susan","Peter"].Default values for advanced options
4.2. Example result
None
5. Sample flow
Create the flow
Use the Start Excel component to open a specific Excel file.
Use the Get active sheet component to retrieve the active sheet object.
Use the Write row to Excel component to write content to a specific row.
Result
When the flow runs, the Excel file opens and the specified content is written to the first row, as shown in the following figure.
