Learn R Programming

xlcharts (version 0.0.1)

Side: Side

Description

Border options for use in styles.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.borders.html

Usage

Side(style = NULL, color = NULL, border_style = NULL, ...)

Value

An openpyxl Python object.

Arguments

style

style

color

color

border_style

border_style

...

Additional arguments, i.e. kwargs.

Caution

if you do not specify a border_style, other attributes will: have no effect !

Details

Caution: if you do not specify a border_style, other attributes will have no effect !

Examples

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

Run the code above in your browser using DataLab