Clear Excel range format

更新时间:
复制 MD 格式

1. Component overview

Note

This component requires one of the following prerequisite components: Start Excel or Get opened Excel.

This component clears the format of cells in a specified range.

2. Inputs

Note

For more information about each input, see the component panel in the application flow editor.

3. Outputs

Note

For more information about each output, see the component panel in the application flow editor.

4. Component example

4.1. Configuration example

  1. For Opened sheet object, select v_Sheet_obj_1. This is the output of the Get current active sheet or Activate sheet component.

  2. For Start row of range, the default value is '1'.

  3. For Start column of range, the default value is 'A'.

  4. For End row of range, the default value is '2'.

  5. For End column of range, the default value is 'C'.

  6. Keep the default values for the advanced options.

4.2. Execution result

None

5. Example flow

Setup flow

  1. Use the Start Excel component to open a specific Excel file.

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

  3. Use the Clear Excel range format component to clear the format of cells in a specified range.

image

Execution result

After the flow runs, the format of the cells in the specified range is cleared, as shown in the following figures.