A chart sheet
A character vector of xml
sheetPrSheet something?
sheetViewsSomething
sheetProtectionsheetProtection
customSheetViewscustomSheetViews
pageMarginspage margins
pageSetuppageSetup
headerFooterheaderFooter
drawingdrawing
drawingHFdrawingHF
picturepicture
webPublishItemswebPublishItems #' @field hyperlinks hyperlinks hyperlinks = NULL,
relshipsrelships
new()Create a new workbook chart sheet object
wbChartSheet$new(tabColor = tabColor)tabColorcharacter a tab color to set
The wbChartSheet object
get_prior_sheet_data()get (prior) sheet data
wbChartSheet$get_prior_sheet_data()
set_sheetview()add sheetview
wbChartSheet$set_sheetview(
color_id = NULL,
default_grid_color = NULL,
right_to_left = NULL,
show_formulas = NULL,
show_grid_lines = NULL,
show_outline_symbols = NULL,
show_row_col_headers = NULL,
show_ruler = NULL,
show_white_space = NULL,
show_zeros = NULL,
tab_selected = NULL,
top_left_cell = NULL,
view = NULL,
window_protection = NULL,
workbook_view_id = NULL,
zoom_scale = NULL,
zoom_scale_normal = NULL,
zoom_scale_page_layout_view = NULL,
zoom_scale_sheet_layout_view = NULL,
...
)color_id, default_grid_colorInteger: A color, default is 64
right_to_leftLogical: if TRUE column ordering is right to left
show_formulasLogical: if TRUE cell formulas are shown
show_grid_linesLogical: if TRUE the worksheet grid is shown
show_outline_symbolsLogical: if TRUE outline symbols are shown
show_row_col_headersLogical: if TRUE row and column headers are shown
show_rulerLogical: if TRUE a ruler is shown in page layout view
show_white_spaceLogical: if TRUE margins are shown in page layout view
show_zerosLogical: if FALSE cells containing zero are shown blank if !showFormulas
tab_selectedInteger: zero vector indicating the selected tab
top_left_cellCell: the cell shown in the top left corner / or top right with rightToLeft
viewView: "normal", "pageBreakPreview" or "pageLayout"
window_protectionLogical: if TRUE the panes are protected
workbook_view_idinteger: Pointing to some other view inside the workbook
zoom_scale, zoom_scale_normal, zoom_scale_page_layout_view, zoom_scale_sheet_layout_viewInteger: the zoom scale should be between 10 and 400. These are values for current, normal etc.
...additional arguments
sheetsheet
The wbWorksheetObject, invisibly
clone()The objects of this class are cloneable with this method.
wbChartSheet$clone(deep = FALSE)deepWhether to make a deep clone.