Learn R Programming

xlcharts (version 0.0.1)

HeaderFooterItem: HeaderFooterItem

Description

Header or footer item

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

Usage

HeaderFooterItem(left = NULL, right = NULL, center = NULL, ...)

Value

An openpyxl Python object.

Arguments

left

left

right

right

center

center

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab