Skip to content

Image import

清沐 edited this page Feb 22, 2020 · 1 revision

Picture import is only supported by DefaultExcelReader. The attribute type is' InputStream ', and the actual assignment type is' ByteArrayInputStream'.

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