Last chance! 50% off unlimited learning
Sale ends in
Add quotes around sheetnames if they contain spaces.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
quote_sheetname(sheetname, ...)
An string.
sheetname
Additional arguments, i.e. kwargs.
if (FALSE) {
wb <- Workbook()
quote_sheetname(wb$sheetnames)
}
Run the code above in your browser using DataLab