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

Fix comments from loaded workbooks #310

Merged
merged 6 commits into from
Sep 10, 2022
Merged

Fix comments from loaded workbooks #310

merged 6 commits into from
Sep 10, 2022

Conversation

JanMarvin
Copy link
Owner

Previously this was broken:

fl <- system.file("extdata", "pivot_notes.xlsx", package = "openxlsx2")
wb_load(fl)$open()

We already passed xml code and wrapped it again. Therefore Excel was unable to show any comment.

@JanMarvin JanMarvin mentioned this pull request Sep 9, 2022
8 tasks
…></xml> will return <a/>.

Provide no_declaration function to write files without declaration. A certain spreadsheet software does not seem to care at all.
```R
fl <- system.file("extdata", "pivot_notes.xlsx", package = "openxlsx2")
wb_load(fl)$open()
```
…<xml><a/></xml> will return <a/>."

This reverts commit b0d3855.
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

Successfully merging this pull request may close these issues.

None yet

1 participant