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
library("xlcharts")
wb <- Workbook()
ExcelWriter(workbook = wb, archive = wb)