> I'm using POI strictly for *reading Excel xls & xlsx *documents. I'm > using this as part of a Java Web Start app with somewhat low bandwidth. POI > is by far my biggest size hog. Is there any way I can reduce the size of > this? Are all these libraries needed? This is what I have...
A rather simple and, to me, very recommendable solution would be to create a servlet that gets called by the applet and creates the excel file. That way, you'd need absolutely no additional jar files in the applet. Jochen -- I Am What I Am And That's All What I Yam (Popeye) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
