1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java7,599 forks (7,599 forks)batch import
help wantedpending verification
Repository metrics
- Stars
- 33,728 stars (33,728 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
开发者你好:
使用excel导入中有一个问题:数据解析时会将excel中行首的下拉选择框全部解析一遍,如何忽略下拉选择框的解析,只解析正文呢?
(例:有一列民族框,下拉选择有56个,结果解析出来就会多出56个空对象)
Contributor guide
- Research direction
- Inspect the Excel parsing logic in EasyExcel to identify how dropdown cells are being read and implement a filter to skip them. Look into the SheetDataConverter or CellReadListener to ignore cells with DataValidation.
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- JavaEasyExcel