java - Reducing reading from excel file in applet -


my applet can read excel file stored in jar, read excel file, have use 5 other jars (dom4j-2.0.0-alpha-2, poi-3.9-20121203, poi-ooxml-3.9-20121203, poi-ooxml-schemas-3.9-20121203, xbean) total 10.1 mb excluding actual applet jar (1.36 mb). these take while download, wondering if there better excel reading library use smaller.

if excel file stored in jar, not being modified after deployment. means can kinds of pre-processing , data extraction (to more accessible format) part of build process (and remove excel libraries distribution).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -