mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #500] Feature request: add image support webp format #390
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#390
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 @PogiLong on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/500
Originally assigned to: @jmcnamara on GitHub.
@jmcnamara commented on GitHub (Jan 5, 2026):
The webp image format can't be supported by libxlsxwriter because it isn't, strictly speaking, supported by Excel.
Recent versions of Excel allow you to import
*.webpimages but it converts them to*.pngfiles on the fly and it doesn't store or render the webp file.Here for example is an unzipped Excel file with a webp image (note that the media entry refers to a
pngfile):As such you will need to convert any webp images to a format that Excel (and XlsxWriter) supports like
pngorjpg.Closing as can't/won't fix.