You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Mehra, Vishal" <vm...@inovant.com> on 2003/05/19 01:17:09 UTC

Basic Cocoon/POI XML ---> Excel Question

I have a  java application which executes dynamic SQL and based on the result set generates appropriate .XLS file. This java application internally uses cocoon and poi libraries to generate the Excel file. 

I did some bench marking on the performance of the Cocoon/POI library and it appears that for each cell generation, it takes approximately 0.18 seconds. Therefore for a 1000 records each with 8 columns it takes approximately 24 minutes.  This is a reasonably long time to generate the report.

Just wondering if people have tried to fine tune the excel generation process. 

One thought would be to disable debug log. Is there a configuration to turn off this log.

Thanks,

Vishal

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: Basic Cocoon/POI XML ---> Excel Question

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Mehra, Vishal dijo:
> One thought would be to disable debug log. Is there a configuration to
> turn off this log.

Yep. Edit the file
/$CATALINA_HOME/webapps/your_application/WEB-INF/logkit.xconf

changes some DEBUG attributed to ERROR.

Best Regards,

Antonio Gallardo.



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org