View source: R/WebPublishing.R
WebPublishing | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.web.html
WebPublishing(
css = NULL,
thicket = NULL,
longFileNames = NULL,
vml = NULL,
allowPng = NULL,
targetScreenSize = "800x600",
dpi = NULL,
codePage = NULL,
characterSet = NULL,
...
)
css |
css |
thicket |
thicket |
longFileNames |
longFileNames |
vml |
vml |
allowPng |
allowPng |
targetScreenSize |
targetScreenSize |
dpi |
dpi |
codePage |
codePage |
characterSet |
characterSet |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
WebPublishing()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.