This example program works pretty well for me to extract all the data in an XLS file:

http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java

I suggest you may wish to be more specific about the problems you encountered. Does the program compile? Does it yield the first row and then quit? Or ??

chris...

Henrik wrote:
I have been trying to make a very simpe Java program, the only advanced part is the part using HSSF to read an xls file and get all the data. What i want to do i ittretare thru ever colum on every row and just print that data out in the comand prompt. I have found lots of example of this on the homepage but no whole code that realy works. They all seems to need something more to get them to run. It would be very much appriciated if someone just could point me in the right direction to get this working.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to