Set cell style

Set cell style activity is used for formatting the style of a table cell in Google sheet. This activity changes the appearance of the cell so that the text becomes more readable.

*Google sheet name The reference name of the google sheet which has already been opened or created is chosen in the dropdown.
Sheet name A page or tab name within a spreadsheet. If not included, it defaults to the first page.
Range The range of cells to be changed data is given.
Fill color The background color of the cell is written as RGB values or the name of the color.
Font color The text color is written as RGB values or the name of the color.
Bold This checkbox provides changing the font thickness.
Italic This checkbox provides italicization.
Underline This checkbox provides underlining.
Font size The font size is adjusted. The desired font number is written in this area.
Font name The font type is written.
Wrap text? Wrap text. Default is false.
Vertical alignment Vertical alignment of the cells.
Horizontal alignment Horizontal alignment of the cells.

Note: * Fields selected with are required, others are optional.

Word name example

You can use the Word name as shown in the example.

${newWord}

Range examples

You can use the Range as shown in the example .

A1

A1:B5

Font color examples

You can use the Font color file name as shown in the example .

255,0,0 (Red)

255,255,0 (Yellow)

Font size example

You can use the Font size as shown in the example .

9

Font name example

You can use the Font name as shown in the example .

Arial

Vertical alignment examples

You can use the Vertical alignment as shown in the examples.

NONE

TOP

CENTER

BOTTOM

JUSTIFY

DISTRIBUTED

Horizontal alignment examples

You can use the Horizontal alignment as shown in the examples.

NONE

GENERAL

LEFT

CENTER

RIGHT

FILL

JUSTIFY

CENTER_SELECTION

DISTRIBUTED