A chart sheet
A character vector of xml
sheetPr
Sheet something?
sheetViews
Something
sheetProtection
sheetProtection
customSheetViews
customSheetViews
pageMargins
page margins
pageSetup
pageSetup
headerFooter
headerFooter
drawing
drawing
drawingHF
drawingHF
picture
picture
webPublishItems
webPublishItems #' @field hyperlinks hyperlinks hyperlinks = NULL,
relships
relships
new()
Create a new workbook chart sheet object
wbChartSheet$new(tabColor = tabColor)
tabColor
character
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_color
Integer: A color, default is 64
right_to_left
Logical: if TRUE column ordering is right to left
show_formulas
Logical: if TRUE cell formulas are shown
show_grid_lines
Logical: if TRUE the worksheet grid is shown
show_outline_symbols
Logical: if TRUE outline symbols are shown
show_row_col_headers
Logical: if TRUE row and column headers are shown
show_ruler
Logical: if TRUE a ruler is shown in page layout view
show_white_space
Logical: if TRUE margins are shown in page layout view
show_zeros
Logical: if FALSE cells containing zero are shown blank if !showFormulas
tab_selected
Integer: zero vector indicating the selected tab
top_left_cell
Cell: the cell shown in the top left corner / or top right with rightToLeft
view
View: "normal", "pageBreakPreview" or "pageLayout"
window_protection
Logical: if TRUE the panes are protected
workbook_view_id
integer: Pointing to some other view inside the workbook
zoom_scale, zoom_scale_normal, zoom_scale_page_layout_view, zoom_scale_sheet_layout_view
Integer: the zoom scale should be between 10 and 400. These are values for current, normal etc.
...
additional arguments
sheet
sheet
The wbWorksheetObject
, invisibly
clone()
The objects of this class are cloneable with this method.
wbChartSheet$clone(deep = FALSE)
deep
Whether to make a deep clone.