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
dims
wb_add_image()
Looks like you found a bug. We never convert to dims in wb_add_image():
openxlsx2/R/class-workbook.R
Lines 4915 to 4922 in ee3590b
Should be a simple fix using dims and wb_dims().
wb_dims()
Originally posted by @JanMarvin in #948 (reply in thread)
The text was updated successfully, but these errors were encountered:
Thanks for tracking. I've opened a PR in #953. It's a tad bit sad that we have to fix a deprecated call, instead of removing it, but that's life.
Sorry, something went wrong.
da06c08
Successfully merging a pull request may close this issue.
Looks like you found a bug. We never convert to
dims
inwb_add_image()
:openxlsx2/R/class-workbook.R
Lines 4915 to 4922 in ee3590b
Should be a simple fix using dims and
wb_dims()
.Originally posted by @JanMarvin in #948 (reply in thread)
The text was updated successfully, but these errors were encountered: