Apply Xlsx Conditional Formatting by Column

applyXlsxConditionalFormatByColumn(
  file,
  x,
  sheet = 1,
  numColumns = NULL,
  numStyle = c("#F2F2F2", "#6464FC", "#2929D4"),
  mid_rule = c("mid", "mean", "median"),
  dryrun = FALSE,
  verbose = FALSE,
  ...
)

Details

This function applies conditional formatting to .xlsx files, using the numeric range of each column to define the color rules. It is an extension to jamba::applyXlsxConditionalFormat() that differs only in applying colors to the data range, rather than using a pre-defined fixed range across all columns.