Learn R Programming

xlcharts (version 0.0.1)

Chartsheet: Chartsheet

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.chartsheet.html

Usage

Chartsheet(
  sheetPr = NULL,
  sheetViews = NULL,
  sheetProtection = NULL,
  customSheetViews = NULL,
  pageMargins = NULL,
  pageSetup = NULL,
  headerFooter = NULL,
  drawing = NULL,
  drawingHF = NULL,
  picture = NULL,
  webPublishItems = NULL,
  extLst = NULL,
  parent = NULL,
  title = "",
  sheet_state = "visible",
  ...
)

Value

An openpyxl Python object.

Arguments

sheetPr

sheetPr

sheetViews

sheetViews

sheetProtection

sheetProtection

customSheetViews

customSheetViews

pageMargins

pageMargins

pageSetup

pageSetup

headerFooter

headerFooter

drawing

drawing

drawingHF

drawingHF

picture

picture

webPublishItems

webPublishItems

extLst

extLst

parent

parent

title

title

sheet_state

sheet_state

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Chartsheet()
}

Run the code above in your browser using DataLab