Learn R Programming

xlcharts (version 0.0.1)

ExcelReader: ExcelReader

Description

Read an Excel package and dispatch the contents to the relevant modules

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.reader.excel.html

Usage

ExcelReader(
  fn,
  read_only = FALSE,
  keep_vba = FALSE,
  data_only = FALSE,
  keep_links = TRUE,
  rich_text = FALSE,
  ...
)

Value

An openpyxl Python object.

Arguments

fn

fn

read_only

read_only

keep_vba

keep_vba

data_only

data_only

keep_links

keep_links

rich_text

rich_text

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
tmp <- write_xlsx(list(mysheet = iris))
ExcelReader(fn = tmp)
}

Run the code above in your browser using DataLab