We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename! to an existing name should error. Instead it creates an xlsx which Excel "recovers" by renaming some sheets. Example:
rename!
xlsx
XLSX.openxlsx("tmp.xlsx", mode="w") do xf sh1 = XLSX.addsheet!(xf) sh2 = XLSX.addsheet!(xf) XLSX.rename!(sh1,"foo") XLSX.rename!(sh2,"foo") end
The text was updated successfully, but these errors were encountered:
@yha thanks for finding this bug!
Sorry, something went wrong.
duplicate sheetname should error (#145)
dbc9563
felipenoris
No branches or pull requests
rename!
to an existing name should error. Instead it creates anxlsx
which Excel "recovers" by renaming some sheets. Example:The text was updated successfully, but these errors were encountered: