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, ...)
Arguments
sheetname
|
sheetname |
…
|
Additional arguments, i.e. kwargs. |
Value
An string.
Examples
library("xlcharts")
wb <- Workbook()
quote_sheetname(wb$sheetnames)