ExcelWriter | R Documentation |
Write a workbook object to an Excel file.
https://openpyxl.readthedocs.io/en/latest/api/openpyxl.writer.excel.html
ExcelWriter(workbook, archive, ...)
workbook |
workbook |
archive |
archive |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
wb <- Workbook()
ExcelWriter(workbook = wb, archive = wb)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.