View source: R/SpreadsheetDrawing.R
SpreadsheetDrawing | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.spreadsheet_drawing.html
SpreadsheetDrawing(
twoCellAnchor = list(),
oneCellAnchor = list(),
absoluteAnchor = list(),
...
)
twoCellAnchor |
twoCellAnchor |
oneCellAnchor |
oneCellAnchor |
absoluteAnchor |
absoluteAnchor |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
SpreadsheetDrawing()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.