Learn R Programming

xlcharts (version 0.0.1)

CellSmartTag: CellSmartTag

Description

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

Usage

CellSmartTag(
  cellSmartTagPr = list(),
  type = NULL,
  deleted = FALSE,
  xmlBased = FALSE,
  ...
)

Value

An openpyxl Python object.

Arguments

cellSmartTagPr

cellSmartTagPr

type

type

deleted

deleted

xmlBased

xmlBased

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
CellSmartTag(type = 1L)
}

Run the code above in your browser using DataLab