Investigate easyexcel's current hyperlink support, likely via Apache POI. Check if multiple hyperlinks per cell is possible in POI by adding multiple `HSSFHyperlink` or `XSSFHyperlink` objects. Look at related issues or code comments for guidance. Consider implementing a method to attach multiple hyperlinks to a single cell using POI's `CellStyle` or custom drawing.
是否支持导出单元格中的多个链接可点击跳转 · alibaba/easyexcel#4101 | Good First Issue