|
|
@ -243,7 +243,7 @@ public class WriteTest { |
|
|
|
String fileName = TestFileUtil.getPath() + "imageWrite" + System.currentTimeMillis() + ".xlsx"; |
|
|
|
String fileName = TestFileUtil.getPath() + "imageWrite" + System.currentTimeMillis() + ".xlsx"; |
|
|
|
|
|
|
|
|
|
|
|
// 这里注意下 所有的图片都会放到内存 暂时没有很好的解法,大量图片的情况下建议 2选1:
|
|
|
|
// 这里注意下 所有的图片都会放到内存 暂时没有很好的解法,大量图片的情况下建议 2选1:
|
|
|
|
// 1. 将图片上传到oss 或者其他存储网站: https://www.aliyun.com/product/oss
|
|
|
|
// 1. 将图片上传到oss 或者其他存储网站: https://www.aliyun.com/product/oss ,然后直接放链接
|
|
|
|
// 2. 使用: https://github.com/coobird/thumbnailator 或者其他工具压缩图片
|
|
|
|
// 2. 使用: https://github.com/coobird/thumbnailator 或者其他工具压缩图片
|
|
|
|
|
|
|
|
|
|
|
|
String imagePath = TestFileUtil.getPath() + "converter" + File.separator + "img.jpg"; |
|
|
|
String imagePath = TestFileUtil.getPath() + "converter" + File.separator + "img.jpg"; |
|
|
|