mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #263] Feature request: add support for image positioning #209
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#209
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 @jmcnamara on GitHub (Jan 13, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/263
Originally assigned to: @jmcnamara on GitHub.
Add support for image positioning where object_position has one of the following allowable values:
See the Python version for reference: https://xlsxwriter.readthedocs.io/working_with_object_positioning.html
@jmcnamara commented on GitHub (Jan 14, 2020):
I've pushed initial support for this feature to the object_position branch. You can now use it for images or charts as follows:
Where the valid options are:
Note, this is currently missing functionality to deal with hidden or changed cells in the same way Excel does. That will be supported soon.
@jmcnamara commented on GitHub (Jan 19, 2020):
Upstream in 0.9.4: http://libxlsxwriter.github.io/working_with_object_positioning.html