1 comment (1 comment)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
比如每行都有一个是否匿名的字段,要根据这个字段确定部分字段的展示形式,这个字段在对象里面有,但不一定在导出字段里,请问这种要怎么获取呢
Contributor guide
- Tech stack
- java
- Domain
- backenddata
- 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.
- 1-3 hours
- 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
- JavaEasyExcel basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Investigate how EasyExcel handles row level data during export. The user wants to access a field from the current row object that is not in the export column list. Look at the WriteHandler interface or custom converter implementations. Check the EasyExcel documentation on conditional formatting and custom interceptors.