@ -36,6 +36,8 @@ public class ReadDoc {
//读取文件
String inputUrl = file.getAbsolutePath();
InputStream is = new FileInputStream(inputUrl);
//读取excel报错 Zip bomb detected! The file would exceed the max.
//https://blog.csdn.net/baidu_19473529/article/details/109601558
ZipSecureFile.setMinInflateRatio(-1.0d);
XWPFDocument doc = new XWPFDocument(is);
//图表