Learn R Programming

xlcharts (version 0.0.1)

quote_sheetname: quote_sheetname

Description

Add quotes around sheetnames if they contain spaces.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html

Usage

quote_sheetname(sheetname, ...)

Value

An string.

Arguments

sheetname

sheetname

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
wb <- Workbook()
quote_sheetname(wb$sheetnames)
}

Run the code above in your browser using DataLab