help wanted
Metriche repository
- Star
- (33.728 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
@ExcelProperty(value = {"设备类型", "设备型号"}) 使用注解@ExcelProperty指定多个列时读取不到值 换成 @ExcelProperty("设备类型")就可以读到值 请指点一下,为什么,API不支持多列吗
@ExcelProperty(value = {"设备类型", "设备型号"}) 使用注解@ExcelProperty指定多个列时读取不到值 换成 @ExcelProperty("设备类型")就可以读到值 请指点一下,为什么,API不支持多列吗