[F] hope support webp #2452
chaoshenglu
started this conversation in
Ideas & Proposals
Replies: 2 comments
-
You can try magic, for example: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is more than just a psychological comfort. In fact, the generated files will also change. Although Excel seems to be able to handle incorrect image extensions correctly, other software may not be able to handle them correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 Feature Proposal
hope support webp
Motivation
I have a large number of images to process and I need to use webp to save traffic
Example
const imageId1 = workbook.addImage({
filename: 'path/to/image.webp',
extension: 'webp',
});
Beta Was this translation helpful? Give feedback.
All reactions