Selection | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.views.html
Selection(
pane = NULL,
activeCell = "A1",
activeCellId = NULL,
sqref = "A1",
...
)
pane |
pane |
activeCell |
activeCell |
activeCellId |
activeCellId |
sqref |
sqref |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Selection()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.