在这个单元测试中提供了写入图片的功能,但是写入之后的图片不在单元格中,改变单元格的大小,图片不会随着单元格改变,原生的poi是可以固定在单元格内的,我觉的是一个bug
[alibaba/easyexcel]关于图片写入的疑问运行t05WriteImage07
回答
这个需要研究下。理论上来说图片只能指定相对单元格的位置。不能说属于哪个单元格。
参照楼上
啊是easyexcel选择了不要移动在写excel的时候。 https://github.com/alibaba/easyexcel/blob/master/src/main/java/com/alibaba/excel/write/executor/AbstractExcelWriteExecutor.java#L144
anchor.setAnchorType(ClientAnchor.AnchorType.DONT_MOVE_AND_RESIZE);
啊是easyexcel选择了不要移动在写excel的时候。 https://github.com/alibaba/easyexcel/blob/master/src/main/java/com/alibaba/excel/write/executor/AbstractExcelWriteExecutor.java#L144
anchor.setAnchorType(ClientAnchor.AnchorType.DONT_MOVE_AND_RESIZE);
这个怎么能改一下呢
啊是easyexcel选择了不要移动在写excel的时候。 https://github.com/alibaba/easyexcel/blob/master/src/main/java/com/alibaba/excel/write/executor/AbstractExcelWriteExecutor.java#L144 anchor.setAnchorType(ClientAnchor.AnchorType.DONT_MOVE_AND_RESIZE);
这个怎么能改一下呢
需要的话,可以修改一下AnchorType 的值