mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 06:06:09 -06:00
[GH-ISSUE #384] Add support for header/footer image buffers #308
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#308
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 @mohd-akram on GitHub (Nov 16, 2022).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/384
Originally assigned to: @jmcnamara on GitHub.
I noticed there's no way to insert a header/footer image via a buffer. I'm thinking perhaps the
lxw_header_footer_optionsstruct can have three new fields,image_left_size,image_center_sizeandimage_right_size. If one is non-zero, its corresponding image field is read as a buffer instead of a filename.@jmcnamara commented on GitHub (Nov 22, 2022):
I stopped short of adding that because I thought that I would wait until someone requested it. And also because the interface was going to be a bit complicated. I still don't have a strong idea about what it should look like. I'll need to think about it for a while, or at least get some time to think about it.