PrintOptions | R Documentation |
Worksheet print options
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.page.html
PrintOptions(
horizontalCentered = NULL,
verticalCentered = NULL,
headings = NULL,
gridLines = NULL,
gridLinesSet = NULL,
...
)
horizontalCentered |
horizontalCentered |
verticalCentered |
verticalCentered |
headings |
headings |
gridLines |
gridLines |
gridLinesSet |
gridLinesSet |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
PrintOptions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.