POI 3.2 Image Height/Width controlling

后端 未结 4 1175
灰色年华
灰色年华 2021-01-13 05:14

Using POI version 3.2

Issue: Not able to resize an image to its original height and width. I am able to add an image to the excel file.

After adding image I

4条回答
  •  时光取名叫无心
    2021-01-13 05:35

    Shouldn't you just hold onto the picture object and call resize() very last, after your setcolumnwidth()s are done?

提交回复
热议问题