[Bug] Insert Image to Excel returns wrong size
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
I have an image that has `191x47` pixels.

```js
worksheet.addImage(imageID, {
tl: { col: column, row: row },
ext: { width: size.width, height: size.height }, // width: 191, height: 47
});
```
But when I open excel file, the height was automatically scaled 160%, and 157% with width.

**So how can I insert the original size of an image to excel?**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.