Closed lfrugere closed 6 years ago
Sorry for the huge delayed answer. This happens because Talend uses for its own components out-dated libraries. I use as much as I can the latest libraries - in this case the Apache POI library from Talend is very out dated and I am unable to fall back to such an old version of POI. You can use my tFileExcelSheetOutput component to do the same with Excel - and much better ;-) This component also use the latest Apache POI library.
Hello,
There's a mismatch with poi lib when using tFileInputExcel with Excel 2007 format and tJasperReportExec.
tFileInputExcel/tFileInputExcel_java.xml :
tJasperReportExec/pom.xml :
So when using both components in the same job, an exception occurs :
Except desactivating 2007 feature, do you have any suggestion ?
Thanks in advance,
Lionel