quote_sheetname {xlcharts} | R Documentation |
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
## Not run:
wb <- Workbook()
quote_sheetname(wb$sheetnames)
## End(Not run)
[Package xlcharts version 0.0.2 Index]