help wanted
Description
I have an image that has 191x47 pixels.

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?