Learn R Programming

xlcharts (version 0.0.1)

SpreadsheetDrawing: SpreadsheetDrawing

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.spreadsheet_drawing.html

Usage

SpreadsheetDrawing(
  twoCellAnchor = list(),
  oneCellAnchor = list(),
  absoluteAnchor = list(),
  ...
)

Value

An openpyxl Python object.

Arguments

twoCellAnchor

twoCellAnchor

oneCellAnchor

oneCellAnchor

absoluteAnchor

absoluteAnchor

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
SpreadsheetDrawing()
}

Run the code above in your browser using DataLab