createExcelSheetFormat: Helper function to generate Excel workbook in standard format

Description Usage Arguments

View source: R/functionsToGenerateWorkBook.R

Description

Helper function to generate Excel workbook in standard format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
createExcelSheetFormat(
  wb,
  sheetName,
  data,
  mainTitle = NULL,
  subTitle = NULL,
  percentColumns = NULL,
  integerColumns = NULL,
  decimalColumns = NULL,
  dateColumns = NULL,
  dateTimeColumns = NULL,
  paperSize = 9,
  paperOrientation = "landscape",
  tableStyle = "TableStyleLight1",
  withFilter = FALSE,
  zoom = 80,
  columnWidths = "auto",
  gridLines = FALSE
)

Arguments

wb

wb


gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.