Delete Excel rows

更新时间:
复制 MD 格式

1. Component introduction

Note

Prerequisites: Start Excel or Get opened Excel

Use this component to delete entire rows from an Excel file.

2. Inputs

Note

For details about each input, refer to the help text in the component panel of the application flow editor.

3. Outputs

Note

For details about each output, refer to the help text in the component panel of the application flow editor.

4. Component usage example

4.1. Component configuration example

  1. For the Opened sheet object parameter, select v_Sheet_obj_1. This value is the output of a preceding component, such as Get active sheet or Activate sheet.

  2. For the Row number to delete parameter, enter "1".

  3. Default values for advanced options

4.2. Example result

None

5. Flow creation example

Setup flow

  1. Use the Start Excel component to open the specified Excel file.

  2. Use the Get active sheet component to retrieve the active sheet object.

  3. Use the Delete Excel rows component to delete the specified row from the Excel sheet.

image

Execution result

When the flow runs successfully, it opens the Excel file and deletes the first row, as shown in the following figures.