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, ...)
Arguments
style
|
style |
color
|
color |
border_style
|
border_style |
…
|
Additional arguments, i.e. kwargs. |
Details
Caution: if you do not specify a border_style, other attributes will have no effect !
Value
An openpyxl Python object.
Caution
if you do not specify a border_style, other attributes will: have no effect !
Examples
library("xlcharts")
Side()