powered by
Read an Excel package and dispatch the contents to the relevant modules
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.reader.excel.html
ExcelReader( fn, read_only = FALSE, keep_vba = FALSE, data_only = FALSE, keep_links = TRUE, rich_text = FALSE, ... )
An openpyxl Python object.
fn
read_only
keep_vba
data_only
keep_links
rich_text
Additional arguments, i.e. kwargs.
if (FALSE) { tmp <- write_xlsx(list(mysheet = iris)) ExcelReader(fn = tmp) }
Run the code above in your browser using DataLab