mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #201] how to insert a picture to a shape? #165
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#165
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 @liufeijin on GitHub (Oct 20, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/201
Originally assigned to: @jmcnamara on GitHub.
some times, we put a shape in excel because it can be put any place and don't be limited start from cell.
and put a picture in a shape, the picture can be auto fitted in the shape.
@jmcnamara commented on GitHub (Oct 20, 2018):
Hi,
That isn't possible with libxlsxwriter.
However, you can resize and reposition an image using
worksheet_insert_image_opt(): https://libxlsxwriter.github.io/images_8c-example.html#a11John