There is no my own code inside. It is just the example code sent in the link.
But yes by removing the "System.out.println..." lines from the code, it is much faster (around 8-9 times fast). Regards, Faisal Maqsood -----Original Message----- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 6:30 PM To: Faisal Maqsood Cc: 'POI Developers List' Subject: RE: Does POI Support Streaming? On Tue, 6 May 2008, Faisal Maqsood wrote: > Thanks for your time and your comments can help to make our views better > about POI API but it seems profiler is showing different statistics. A > zip file is attached containing profiler snap shot and two images. If > you have not installed JProfiler4, images for CPU and VM view to show > where the time is consumed. Looking at that, at least 80% of the time is spent in your code, and around 60% of your time is spent printing stuff out Seems to me that the poi component of your cpu time is pretty negligable. You'll need to optimise your own code Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
