Learn R Programming

openxlsx2 (version 0.4.1)

wbChartSheet: R6 class for a Workbook Chart Sheet

Description

R6 class for a Workbook Chart Sheet

R6 class for a Workbook Chart Sheet

Arguments

Value

A character vector of xml

Public fields

sheetPr

Sheet something?

sheetViews

Something

pageMargins

page margins

drawing

drawing

hyperlinks

hyperlinks

Methods


Method new()

Create a new workbook chart sheet object

Usage

wbChartSheet$new(tabColour = tabColour)

Arguments

tabColour

character a tab colour to set

Returns

The wbChartSheet object


Method get_prior_sheet_data()

get (prior) sheet data

Usage

wbChartSheet$get_prior_sheet_data()


Method set_sheetview()

add sheetview

Usage

wbChartSheet$set_sheetview(
  colorId = NULL,
  defaultGridColor = NULL,
  rightToLeft = NULL,
  showFormulas = NULL,
  showGridLines = NULL,
  showOutlineSymbols = NULL,
  showRowColHeaders = NULL,
  showRuler = NULL,
  showWhiteSpace = NULL,
  showZeros = NULL,
  tabSelected = NULL,
  topLeftCell = NULL,
  view = NULL,
  windowProtection = NULL,
  workbookViewId = NULL,
  zoomScale = NULL,
  zoomScaleNormal = NULL,
  zoomScalePageLayoutView = NULL,
  zoomScaleSheetLayoutView = NULL
)

Arguments

colorId

colorId

defaultGridColor

defaultGridColor

rightToLeft

rightToLeft

showFormulas

showFormulas

showGridLines

showGridLines

showOutlineSymbols

showOutlineSymbols

showRowColHeaders

showRowColHeaders

showRuler

showRuler

showWhiteSpace

showWhiteSpace

showZeros

showZeros

tabSelected

tabSelected

topLeftCell

topLeftCell

view

view

windowProtection

windowProtection

workbookViewId

workbookViewId

zoomScale

zoomScale

zoomScaleNormal

zoomScaleNormal

zoomScalePageLayoutView

zoomScalePageLayoutView

zoomScaleSheetLayoutView

zoomScaleSheetLayoutView

Returns

The wbWorksheetObject, invisibly


Method clone()

The objects of this class are cloneable with this method.

Usage

wbChartSheet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Details

A chart sheet