Learn R Programming

openxlsx2 (version 0.8)

create_tablestyle: create tableStyle

Description

Create a custom table style. This function is for expert use only. Use other styling functions instead.

Usage

create_tablestyle(
  name,
  whole_table = NULL,
  header_row = NULL,
  total_row = NULL,
  first_column = NULL,
  last_column = NULL,
  first_row_stripe = NULL,
  second_row_stripe = NULL,
  first_column_stripe = NULL,
  second_column_stripe = NULL,
  first_header_cell = NULL,
  last_header_cell = NULL,
  first_total_cell = NULL,
  last_total_cell = NULL,
  ...
)

Arguments

name

name

whole_table

wholeTable

header_row

headerRow

total_row

totalRow

first_column

firstColumn

last_column

lastColumn

first_row_stripe

firstRowStripe

second_row_stripe

secondRowStripe

first_column_stripe

firstColumnStripe

second_column_stripe

secondColumnStripe

first_header_cell

firstHeaderCell

last_header_cell

lastHeaderCell

first_total_cell

firstTotalCell

last_total_cell

lastTotalCell

...

additional arguments