|
I know very little java, so, what I have done is take Scott Klement?s XLCRTDEMO program and modify it to do what I need. If he doesn?t mind me posting it here I will. > message: 1 > date: Fri, 17 Feb 2006 19:55:14 -0500 > from: "Jon Paris" <Jon.Paris@xxxxxxxxxxxxxx> > subject: RE: Performance when using POI to create an excel workbook. > > > I haven't looked at the code in question - but how often are you > triggering > garbage collection? It seems to me that this is one area for possible > tuning opportunities since the performance of the Java will likely > decline > the more "garbage" there is lying around. Similarly triggering > collection > more often than needed may adversely affect performance. > > Another consideration if you have some Java skills would be to introduce > some simple Java classes for common action groups like create cell, set > contents, etc. JNI is not the most efficient mechanism in the world (to > put > it mildly) so when setting values in a string cell for example, having a > Java method that would accept an RPG char string and create the string > and > do all of the twiddly bits has to work a lot faster than going through > the > JNI interface multiple times. Just simple routines to handle char and > num > cells would probably provide a significant boost and can't be that hard > to > write. > > Jon Paris > Partner400 > > www.Partner400.com > www.RPGWorld.com > > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.