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
问题描述
easyexcel进行模板填充的过程中会覆盖掉原有的单元格格式,如何避免原有样式被覆盖
Contributor guide
- Tech stack
- java
- Domain
- data
- Issue type
- research
- 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
- Javaeasyexcel basicsExcel cell formatting concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine the easyexcel source code, particularly the template filling logic in classes like `ExcelWriter` and `SheetModel`. Focus on how cell styles are applied during template replacement. The user expects existing styles to be preserved; check if there is a setting or method to disable style overwriting. If not, this may require a feature implementation to support style preservation. Also review the documentation for template filling to see if any workaround is documented.