quote_sheetname {xlcharts} | R Documentation |
Add quotes around sheetnames if they contain spaces.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
quote_sheetname(sheetname, ...)
sheetname |
sheetname |
... |
Additional arguments, i.e. kwargs. |
An string.
## Not run:
wb <- Workbook()
quote_sheetname(wb$sheetnames)
## End(Not run)