Exception when reading XLSM workbook via Apache POI
问题 I'm trying to read .xlsm file using Apache POI library (3.8-beta5): Workbook wb = null; try { wb = WorkbookFactory.create(isXLSFile); } catch (IOException e) { ... nothing complicated. While generally documents are being read well, one document throws an exception: Caused by: java.lang.IllegalStateException: A sheet hyperlink must either have a location, or a relationship. Found: <xml-fragment ref="H13" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc=