alibaba/easyexcel

使用注解@ExcelProperty指定多个列时读取不到值,换成指定单个列,就可以读取到,这是为什么

Open

#3,968 opened on Sep 2, 2024

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Java (7,599 forks)batch import
help wanted

Repository metrics

Stars
 (33,728 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

@ExcelProperty(value = {"设备类型", "设备型号"}) 使用注解@ExcelProperty指定多个列时读取不到值 换成 @ExcelProperty("设备类型")就可以读到值 请指点一下,为什么,API不支持多列吗

Contributor guide