Closed fermartinez1 closed 5 years ago
Hi @fermartinez1 , Do you have any error on this?
No, only the return is NULL.
I'll look at it, thank you @fermartinez1 .
Can I have your mock excel file and model @fermartinez1 ?
Sorry for the delay, i attached the files. If you change file extension to .xlsx it works fine.
thank you @fermartinez1
thank you @ozlerhakan
I added your test case among the tests so you can try 1.19.2 once it's available on the maven central @fermartinez1
Feel free to add your comments if you have questions for this issue, I close it for now
With last versión (1.19.1) when i do: products = Poiji.fromExcel(intputStream, PoijiExcelType.XLS, ProductExcelDTO.class); the return stateman is null but, if the file extension is .XLSX it works fine. If i do the same with the version 1.13 , its works fine with .XLS and .XLSX . The DTO haves @ExcelCell and @ExcelCellName.