Learn R Programming

xlcharts (version 0.0.1)

CellSmartTagPr: CellSmartTagPr

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.smart_tag.html

Usage

CellSmartTagPr(key = NULL, val = NULL, ...)

Value

An openpyxl Python object.

Arguments

key

key

val

val

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
CellSmartTagPr(key = "key", val = "val")
}

Run the code above in your browser using DataLab