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

drawings bug #457

Closed
JanMarvin opened this issue Dec 6, 2022 · 1 comment
Closed

drawings bug #457

JanMarvin opened this issue Dec 6, 2022 · 1 comment

Comments

@JanMarvin
Copy link
Owner

The drawings code creates a bug in worksheet rels. For now one has to create the drawing before new worksheets are added to the workbook.

@JanMarvin
Copy link
Owner Author

This line

no_drawing <- length(self$drawings)

Should be something like

no_drawing <- length(self$drawings != "")

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

No branches or pull requests

1 participant