add_cellstyles_to_wb: Add cell styles to a worksheet created on the fly for an...

Description Usage Arguments Value

View source: R/excelutilsr.R

Description

Forms a named formatted worksheet based on argument values and places it in the provided workbook..

Usage

1
add_cellstyles_to_wb(wb, m_df, sheet, fmt_list, fmt_row, fmt_col)

Arguments

wb

workbook object

m_df

dataframe to receive formatted worksheet

sheet

character vector with name of worksheet

fmt_list

list of format list(s) used to format the worksheet

fmt_row

a matrix of row numbers where the value of every cell has the row number of that cell.

fmt_col

a matrix of column numbers the value of every cell has the column number of that cell.

Value

wb


rmsharp/excelutilsr documentation built on May 27, 2019, 9:33 a.m.