Description Public fields Methods
Spreadsheet sheet object
Spreadsheet sheet object
name
Name of the sheet
title
Title of the sheet
data
Data to write into the sheet
sheet
The actual spreadsheet object
new()
Initialize the sheet
Sheet$new(name, title)
build.row.spacer()
Sheet$build.row.spacer(data)
build.spacer()
Sheet$build.spacer(n)
add.format.op()
Sheet$add.format.op(op)
pop.char()
Creates a population characteristics table
Sheet$pop.char( sections, groups, header, config = NULL, styles = NULL, rules = NULL )
build.format.header()
Sheet$build.format.header()
build.format.freeze.panes()
Sheet$build.format.freeze.panes()
build.format.cell()
Sheet$build.format.cell(row, col, styles)
build.rule.cell()
Sheet$build.rule.cell(row, col, rules)
build.format.col.width()
Sheet$build.format.col.width()
build.coord.cell()
Sheet$build.coord.cell(s = NULL, g = NULL, a = NULL, v = NULL)
process.cell.coords()
Sheet$process.cell.coords(row, col, s = NULL, g = NULL, a = NULL, v = NULL)
process.cell.static()
Sheet$process.cell.static(row, col, coord)
pop.char.header()
Sheet$pop.char.header(row, col)
pop.char.section()
Sheet$pop.char.section(row, col, section)
config.merge()
Sheet$config.merge(extra, base)
clone()
The objects of this class are cloneable with this method.
Sheet$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.