标签: excel apache-poi
我有带有链接的excel文件,单元格具有下一个值:
HYPERLINK("http://linkUrl.com","Link Label")
我可以通过调用cell..getStringCellValue()来获取链接标签,但是由于某些原因,cell.getHyperlink()返回null
cell..getStringCellValue()
cell.getHyperlink()
null