We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to delete an image from a workbook. [email protected]$media[1]
[email protected]$media[1]
image1.png "C:/Users/DIEGO4~1/AppData/Local/Temp/RtmpKaTqyv/file50f81e22763a/xl/media/image1.png"
How can I go about it? If I just: [email protected]$media[1] <- NA
[email protected]$media[1] <- NA
I get
Error in file.copy(x, file.path(xlmediaDir, names(media)[which(media == : no files to copy to
when trying to save.
If [email protected]$media[1] <- "" Then I can save but when opening the excel file it has to be repaired
[email protected]$media[1] <- ""
Removed Part: /xl/drawings/vmlDrawing1.vml part. (Drawing shape)
Thanks!
The text was updated successfully, but these errors were encountered:
I made it work by running:
[email protected]$vml[1] <- ""
Sorry, something went wrong.
No branches or pull requests
I would like to delete an image from a workbook.
[email protected]$media[1]
How can I go about it? If I just:
[email protected]$media[1] <- NA
I get
when trying to save.
If
[email protected]$media[1] <- ""
Then I can save but when opening the excel file it has to be repaired
Thanks!
sessionInfo()
The text was updated successfully, but these errors were encountered: