Sheet: Spreadsheet sheet object

Description Public fields Methods

Description

Spreadsheet sheet object

Spreadsheet sheet object

Public fields

name

Name of the sheet

title

Title of the sheet

data

Data to write into the sheet

sheet

The actual spreadsheet object

Methods

Public methods


Method new()

Initialize the sheet

Usage
Sheet$new(name, title)

Method build.row.spacer()

Usage
Sheet$build.row.spacer(data)

Method build.spacer()

Usage
Sheet$build.spacer(n)

Method add.format.op()

Usage
Sheet$add.format.op(op)

Method pop.char()

Creates a population characteristics table

Usage
Sheet$pop.char(
  sections,
  groups,
  header,
  config = NULL,
  styles = NULL,
  rules = NULL
)

Method build.format.header()

Usage
Sheet$build.format.header()

Method build.format.freeze.panes()

Usage
Sheet$build.format.freeze.panes()

Method build.format.cell()

Usage
Sheet$build.format.cell(row, col, styles)

Method build.rule.cell()

Usage
Sheet$build.rule.cell(row, col, rules)

Method build.format.col.width()

Usage
Sheet$build.format.col.width()

Method build.coord.cell()

Usage
Sheet$build.coord.cell(s = NULL, g = NULL, a = NULL, v = NULL)

Method process.cell.coords()

Usage
Sheet$process.cell.coords(row, col, s = NULL, g = NULL, a = NULL, v = NULL)

Method process.cell.static()

Usage
Sheet$process.cell.static(row, col, coord)

Method pop.char.header()

Usage
Sheet$pop.char.header(row, col)

Method pop.char.section()

Usage
Sheet$pop.char.section(row, col, section)

Method config.merge()

Usage
Sheet$config.merge(extra, base)

Method clone()

The objects of this class are cloneable with this method.

Usage
Sheet$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tiagotaveiragomes/rigma.sheet documentation built on Aug. 9, 2020, 12:35 a.m.