SpreadsheetDrawing
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.spreadsheet_drawing.html
Usage
SpreadsheetDrawing(
twoCellAnchor = list(),
oneCellAnchor = list(),
absoluteAnchor = list(),
...
)
Arguments
twoCellAnchor
|
twoCellAnchor |
oneCellAnchor
|
oneCellAnchor |
absoluteAnchor
|
absoluteAnchor |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
SpreadsheetDrawing()