OneCellAnchor {xlcharts} | R Documentation |
Note that the argument '_from' has been transformed to 'from'.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.spreadsheet_drawing.html
OneCellAnchor(from = NULL, ext = NULL, ...)
from |
from |
ext |
ext |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
OneCellAnchor()
## End(Not run)