Insert image to excel file using JXL without stretching it
问题 I can insert image to my excel file using jxl using sheet.addImage(WritableImage obj) . My problem is that, it stretches based on the args of WritableImage . I'm wondering if there is a way so that the image that I insert will not stretch like if I insert a 200x200 sized image it will appear to the sheet as 200x200. 回答1: As much as this has bugged me about jxl, I've never found a way to insert an image without associating the aspect ratio to cells instead of pixels/inches/any standard unit of