Write a StyledTable to an Excel sheet

write_excel(sheet, st, ...)

# S4 method for ANY,StyledTable
write_excel(sheet, st, first_row = NULL,
  first_col = NULL)

Arguments

sheet

An xlsx sheet object

st

A StyledTable object object

...

Various arguments

first_row

The number of the starting row of the table in the sheet

first_col

The number of the starting col of the table in the sheet

See also