Skip to content
New issue

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

Creating duplicate sheet names should error #145

Closed
yha opened this issue Aug 2, 2020 · 1 comment
Closed

Creating duplicate sheet names should error #145

yha opened this issue Aug 2, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@yha
Copy link

yha commented Aug 2, 2020

rename! to an existing name should error. Instead it creates an xlsx which Excel "recovers" by renaming some sheets. Example:

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
@felipenoris felipenoris self-assigned this Aug 2, 2020
@felipenoris felipenoris added the bug Something isn't working label Aug 2, 2020
@felipenoris
Copy link
Owner

@yha thanks for finding this bug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants