Skip to content

图片导入

清沐 edited this page Dec 22, 2019 · 3 revisions

图片导入仅DefaultExcelReader支持,属性类型为InputStream,实际赋值类型为ByteArrayInputStream

class People {
   @ExcelColumn(index=0)
   InputStream picture;
}
Clone this wiki locally