ExcelWriter {xlcharts}R Documentation

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, ...)

Arguments

workbook

workbook

archive

archive

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
wb <- Workbook()
ExcelWriter(workbook = wb, archive = wb)

## End(Not run)


[Package xlcharts version 0.0.2 Index]