Learn R Programming

xlcharts (version 0.0.1)

ExcelWriter: ExcelWriter

Description

Write a workbook object to an Excel file.

https://openpyxl.readthedocs.io/en/latest/api/openpyxl.writer.excel.html

Usage

ExcelWriter(workbook, archive, ...)

Value

An openpyxl Python object.

Arguments

workbook

workbook

archive

archive

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
wb <- Workbook()
ExcelWriter(workbook = wb, archive = wb)
}

Run the code above in your browser using DataLab