1. Component introduction
Prerequisites: Start Excel or Get Opened Excel
Use this component to write content to a specific cell in an Excel sheet.
2. Inputs
For information about each input, see the help text in the component panel of the visual editor.
3. Outputs
For information about each output, see the help text in the component panel of the visual editor.
4. Component usage examples
4.1. Configuration example
For
Opened Sheet Object, select v_Sheet_obj_1. This is the output object from a prerequisite component, such as Get Active Sheet or Activate Sheet.Set
Cell Row Numberto 1.Set
Cell Column Numberto C.Set
Content to Writeto "Test".Use the default values for the advanced options.
4.2. Result
None.
5. Flow example
Setup flow
Use the Start Excel component to open a specific Excel file.
Use the Get Active Sheet component to obtain the active sheet object.
Use the Write to Excel Cell component to write content to a specific cell.

Result
After the flow runs, it automatically opens the Excel file and writes the content to cell C1, as shown in the following figure.
