Hello, I have a simple jxls template that has one foreach loop and 16
columns, but it is taking > 10 secs to render ~700 rows. 

 

Business Sign Off

Corporate Sign Off

Home Office LEID

Entity Details

BSLA Code

Branch Tax Generator

Country

Per DCS RAF Basket Categories

DCS Source Flag

(a) Per DCS Branch Taxes

(b) Per TLC Tax Return

(b)-(a) QAR Adjustment

QAR Basket Categories

Comments

<jx:forEach items="${qarData}" var="qarItem">

        

${qarItem.busSignOffUser} ${qarItem.busSignOff}

${qarItem.corpSignOffUser} ${qarItem.corpSignOff}

${qarItem.hoLeId}

${qarItem.entityDetails}

${qarItem.bslaCode}

${qarItem.btgLeId}

${qarItem.countryDesc}

${qarItem.rafBasketCategory}

${qarItem.sourceFlag}

${qarItem.dcsBranchTax}

${qarItem.tlcBranchTaxEval}

${ qarItem.qarAdjEval }

${qarItem.qarBasketCategory}

${qarItem.comments}

</jx:forEach>

        

        


 

 

Any thoughts? I've removed all if statements from the template and moved
them to the bean, which improved the performance from > 40 secs. 

But 10 secs is still problematic as I need to add additional sheets. 

 

Any help is appreciated. 

 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to