Unhide an Excel area

更新时间:
复制 MD 格式

1. Component description

Note

Prerequisites: Start Excel or Get Opened Excel.

Use this component to unhide cells in a specified area.

2. Inputs

Note

For more information about the input parameters, see the help text for the component in the ROS Visual Editor.

3. Outputs

Note

For more information about the output parameters, see the help text for the component in the ROS Visual Editor.

4. Component usage example

4.1. Component configuration example

  1. Set Opened Sheet Object to v_Sheet_obj_1, which is the output of the Get Active Sheet or Activate Sheet component.

  2. In the Hidden Area, select Column.

  3. Set Area Start Column to A.

  4. Set Area End Column to B.

  5. Advanced option defaults

4.2. Example execution result

None

5. Flow creation example

Setup flow

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

  2. Use the Get Active Sheet component to obtain the current active sheet object.

  3. Use the Unhide Excel Area component to unhide the cells in a specified area.

image

Execution result

After the flow runs, the cells in the specified area are unhidden, as shown in the following figures.