0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java33,728 stars (33,728 stars)7,599 forks (7,599 forks)batch import
help wanted
Description
请问是否支持在导出的excel中,同个单元格中的多个链接可点击跳转
Contributor guide
- Tech stack
- java
- Domain
- backend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic JavaFamiliarity with easyexcel
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- 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.