* fix(TDI-44568): Update Apache POI version in components
* fix(TDI-44568): use custom POI libraries in components
* fix(TDI-44568): "simpleexcel" version updated.
* fix(TDI-44568): more complete version update )
* fix(TDI-44568): Jasper components to use previous POI version (could not be updated that easy).
* feat(TDI-41662): add PASSWORD property
* feat(TDI-41662): set PASSWORD property visible only for Excel 2007++
* feat(TDI-41662): add password decryption in Talend ExcelReader wrapper
- warning this is an external lib
* feat(TDI-41662): bump simpleexcel lib release to latest updates
- not sure that MANIFEST.MF should be updated but once build there was
no changes to it, so in case of...
* feat(TDI-41662): implement decryption in javajet
* feat(TDI-41662): add properties to tFileOutputExcel
* fix(TDI-41662): correct gav
* fix(TDI-41662): bump simpleexcel version
* fix(TDI-41662): add password protection on writing excel file
* fix(TDI-41662): bump talendExcel version
* fix(TDI-41662): add password protection on writing excel file (javajet)
* feat(TDI-41662): close workbook when not protected
* feat(TDI-41662): fix some stuff about tFileOutputExcel
* feat(TDI-41662): remove old parse methods to ExcelReader
* feat(TDI-41662): close workbook in any cases
* feat(TDI-41662): use agile encryption mode only in TalendExcel
* feat(TDI-41662): use agile encryption mode only in javajet comp
* feat(TDI-41662): merge master and bump TalendExcel version
* feat(TDI-41662): fix classpath version for TalendExcel
- not sure that's necessary but...
* fix(TDI-42433): close the stream like before, we need to keep the old
action for the old job
* fix(TDI-42433): adjust details
* fix(TDI-42433): bump version
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11
* fix(TDI-42241): fix something, but seems should remove the file
* fix(TDI-42241): add back url path
* fix(TDI-42241): fix the build for poi
* fix(TDI-42241): fix the build for poi
* fix the MF file
* fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet
components
* fix(TDI-42053): revert the changeset for tacokit integration part
* fix(TDI-42053): revert the changeset for bigdata components
* TDI-37924:Upgrade poi.jar to 3.16
* TDI-37924:delete the new jar & change the pom and version.
* TDI-37924: update to download automatically the jar of mail util
tFileOutputExcel appends content to an Excel file containing formula
https://jira.talendforge.org/browse/TDI-30022
Note:1.Update POI
2.Fixed Hex2Dec problem
3.Rebuild sampleexcel.jar