Thanks again, Dave. For those who want to get started off immediately, here is a quick-and-dirty example. What the program does is to read the value of single-cell "Named Range" from within an Excel file, and print it out. Pls be warned that it does no error checking whatsoever. The syntax expected is:
$ ./compile ReadRange.java $ ./run ReadRange MySheet.xls Location The Java file: http://www.nabble.com/file/p25042073/ReadRange.java ReadRange.java The compile script: http://www.nabble.com/file/p25042073/compile compile The run script: http://www.nabble.com/file/p25042073/run run This has been tested on POI 3.5 running on Jaunty with Java 1.6 from Sun (Java-6-Sun). s1b David Fisher wrote: > > Nightly builds are here: > > http://encore.torchbox.com/poi-svn-build/ > > -- View this message in context: http://www.nabble.com/Woes-trying-to-compile-a-.java-file-with-POI-tp25029537p25042073.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
