Skip to main content

Set Style

Sets the style of a cell or range of cells in an Excel file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if the Catch node is used.

Input

  • Excel File Descriptor - The Excel file descriptor id. This ID is generated by the Open Excel or the Create Excel node.
  • From Cell - The starting cell to apply the formatting.
  • To Cell - The ending cell to apply the formatting.

Options

  • Font Family - Select the font.
  • Format - A date and time format.
  • Size - The font size.
  • Column Width - Sets the width of the column for the selected cells.
  • Bold - Bold text formatting.
  • Underline - Underline text formatting.
  • Italic - Italic text formatting.

If any of the options are not set, their default values will be used.