Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWriteData cannot find sheet whose name contains "<" sign #78
Comments
|
I've experienced the same issue but posted at the old repo: (awalker89/openxlsx#508) Using openxslsx version 4.1.5 and R 4.0.0. See below example:
I can add a worksheet containing a special character, but when using writeData(), the sheet name first gets validated using validateSheet() which renames special characters using replaceIllegalCharacters(), but then checks against the existing sheet names (containing said character) and doesn't find the matching sheet. I don't know why the characters get replaced in one method but not the other? |
|
it is solved in the current dev version |
Describe the bug
writeData function cannot find a sheet whose name contains "<" sign.
To Reproduce
Expected behavior
Write data to the assigend sheet.
Desktop (please complete the following information):