Learn R Programming

xlcharts (version 0.0.1)

FormatObject: FormatObject

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html

Usage

FormatObject(type, val = NULL, gte = NULL, extLst = NULL, ...)

Value

An openpyxl Python object.

Arguments

type

type

val

val

gte

gte

extLst

extLst

...

Additional arguments, i.e. kwargs

Examples

Run this code
if (FALSE) {
FormatObject(type = "num")
}

Run the code above in your browser using DataLab