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...
dom4j, poi, poi-contrib, poi-ooxml, poi-ooxml-schemas, poi-scratchpad, xmlbeans Is all this necessary? Over 10MB of stuff... yikes. - Jeff
