-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从Excel中读取的图片是否可以区分是不是隐藏对象? #414
Labels
Comments
如何隐藏图片,可以给一个操作手册我本地测试一下才能给出方案 |
文件已发送到您邮箱 |
目前读图片会一次性解析到list保存到内存,几十万图片会造成内存不足触发频繁GC导致CPU飙高服务器GG
|
这个表格应该是有问题的,这些图片在表格里我也没看到在哪里,程序有没有办法把它找出来 ? |
晚上看一下原文件再回复你
|
这个文件我本地出不来,使用EEC发现drawing.xml有大量重复的节点,这个文件有近90M而EEC读取图片使用dom4j普通模式读取缓慢所以造成假死,图片显示不出来是因为被隐藏了
|
那是否有办法可以判断xml文件中有重复节点? |
使用如下方法可以极大提升读取速度
|
我先参照你的方法试试 |
上面的方法是否有效? |
没试呢,在忙其他需求,试了反馈 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
List<Drawings.Picture> pictures = reader.listPictures();
读取出来的图片有没有办法区分是不是隐藏对象?
The text was updated successfully, but these errors were encountered: