Set font style for an Excel range

Updated at:

1. Introduction

Note

Prerequisites: Start Excel or Get opened Excel

This component sets the font style for a specified range.

2. Inputs

Note

For more information about the input parameters, see the component's help text in the application flow editor.

3. Outputs

Note

For more information about the output parameters, see the component's help text in the application flow editor.

4. Component usage examples

4.1. Configuration example

  1. For Opened Sheet Object, select `v_Sheet_obj_1`, which is the output of a prerequisite component such as Get current active sheet or Activate sheet.

  2. For Start Row, keep the default value "1".

  3. For Start Column, keep the default value "A".

  4. For End Row, keep the default value "2".

  5. For End Column, keep the default value "C".

  6. For Font Style, select "Bold" from the drop-down list.

  7. Keep the default values for the advanced options.

4.2. Example execution results

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 obtain the active sheet object.

  3. Use the Set font style for an Excel range component to set the font style of the specified range to "Bold".

image

Result

After the flow runs, the font style in the specified range changes from regular to bold, as shown in the following figures.

image