|
|
@@ -140,7 +140,7 @@ public class WriteImgUtil {
|
|
|
|
|
|
public static void main(String[] args) throws IOException {
|
|
|
Map<String, CellPoint> map = new HashMap<>();
|
|
|
- map.put("D:\\1.png", new CellPoint(46, 3, 46, 5));
|
|
|
+ map.put("D:\\1.png", new CellPoint(46, 3, 48, 4));
|
|
|
addImageToExcel(new File("D:\\日志.xlsx"), 0, map);
|
|
|
System.out.println("ok");
|
|
|
}
|