View source: R/functionsToGenerateWorkBook.R
Helper function to generate Excel workbook in standard format
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
)
|
wb |
wb |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.