mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #292] Url and tip options do not seem to be honored when inserting an image from buffer. #234
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FrankenApps on GitHub (May 31, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/292
Originally assigned to: @jmcnamara on GitHub.
When I insert a picture from the file system, everything works as expected. However when I insert it from a buffer, the
.urlset in the image options does not get added to the image in excel. The same thing happens with the.tip. All the other options I tested worked fine with both methods, so I suspect this might be a bug. I am using version0.9.4.This is my test code:
And the generated file: images.xlsx
@jmcnamara commented on GitHub (May 31, 2020):
Looks like a bug. I'll have a look at it.
@jmcnamara commented on GitHub (May 31, 2020):
Thanks for the report. I've push a fix to master and I'll package it up a bit later into a release.
@jmcnamara commented on GitHub (May 31, 2020):
P.S.: I think you are the same person on StackOverflow who suggested that the Libxlsxwriter docs for CocoaPods could be improved.
If you'd like to submit a PR with some improvements or just paste the suggestion here, that would be appreciated. See #291
@FrankenApps commented on GitHub (May 31, 2020):
Great, thank you very much.
@jmcnamara commented on GitHub (May 31, 2020):
Fixed in version 0.9.5. Closing.