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 multiple sheets causes a reorder_relationships crash #383

Closed
damienhocking opened this issue Mar 10, 2019 · 8 comments
Closed

Creating multiple sheets causes a reorder_relationships crash #383

damienhocking opened this issue Mar 10, 2019 · 8 comments
Labels

Comments

@damienhocking
Copy link

All I have to do is this:

xlnt::worksheet ws1 = wb.create_sheet();
xlnt::worksheet ws2 = wb.create_sheet();
xlnt::worksheet ws3 = wb.create_sheet();

ws1 is fine, ws2 crashes. Is there something I need to do between there? Even if I set titles it still crashes.

@damienhocking
Copy link
Author

this is on master

@weekenlee
Copy link

the same problem。。。

@tfussell tfussell added the bug label May 2, 2019
@tfussell
Copy link
Owner

Fixed with #363

@damienhocking
Copy link
Author

Should we use the dev branch for now?

@tfussell
Copy link
Owner

I use the dev branch for development and then merge to master for releases. Should probably document that somewhere...

@damienhocking
Copy link
Author

damienhocking commented Jun 22, 2019 via email

@tfussell
Copy link
Owner

I'm gearing up for the next release, 1.4.0, which will include this change. I'll try to make a comment here when I do.

@damienhocking
Copy link
Author

damienhocking commented Jun 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants