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 warning in extLinksXML. closes #293 #302

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Conversation

JanMarvin
Copy link
Collaborator

No description provided.

@JanMarvin JanMarvin linked an issue Nov 23, 2021 that may be closed by this pull request
@@ -452,7 +452,7 @@ loadWorkbook <- function(file, xlsxFile = NULL, isUnzipped = FALSE) {
)

wb$workbook.xml.rels <- c(wb$workbook.xml.rels, sprintf(
'<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink" Target="externalLinks/externalLink1.xml"/>',
'<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink" Target="externalLinks/externalLink%s.xml"/>',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if rId4 is identical for all or if we're supposed to loop over rId +1? Is there any way to test this?

@JanMarvin JanMarvin added the question Further information is requested label Dec 6, 2021
@JanMarvin
Copy link
Collaborator Author

I have no clue how to test this, can anybody have a look?

@github-actions
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Dec 10, 2022
@ycphs ycphs merged commit 18f4fa7 into ycphs:master Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid format string in loadWorkbook
3 participants