Continuation Of The Previous Blog (Creating Multiple Sheets In A Single Excel File Using Talend)
This blog is in continuation of the previous blog, i.e. Creating Multiple Sheets In A Single Excel File Using Talend . The job design for creating multiple sheets in a single sheet can give you errors when dealing with a large set of data. We will generally encounter A Zip Bomb Detection . This can be resolved by using a tJava component with the code as mentioned below: The Code: org.apache.poi.openxml4j.util.ZipSecureFile.setMinInflateRatio(-1.0d); You can use the tJava component and can trigger the next Subjob as mentioned in the previous blog using OnComponentOk or OnSubjobOk. This will resolve the issue and the job will work fine with the large set of data.