POI: Unexpected record type org.apache.poi.hssf.record.HyperlinkRecord

狂风中的少年 提交于 2019-12-06 00:21:48

Discussion at https://bz.apache.org/bugzilla/show_bug.cgi?id=52447 indicates that this can be caused by non-standard Excel files that Microsoft Excel seems to handle gracefully, but Apache POI can choke on. You can try to following things:

  • Make sure you use the latest version of POI (3.13) as there were a number of bugfixes that may be related
  • Report an issue to the application that is producing the file to try to make it provide the file in a more standard way
  • Report an issue to Apache POI with a sample file that fails for you
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!