jazzIIIlove
asked on
get column number Apache POI in Java. How to
Hi;
I am simply trying to get the column number of a xls sheet which has a value in it (any value)
I think I can do it but there should be a simple one liner or a simple approach. Any help?
Regards.
I am simply trying to get the column number of a xls sheet which has a value in it (any value)
I think I can do it but there should be a simple one liner or a simple approach. Any help?
Regards.
This is a fairly straightforward example of a java program using apache's POI to read an Excel file:
http://viralpatel.net/blogs/java-read-write-excel-file-apache-poi/
http://viralpatel.net/blogs/java-read-write-excel-file-apache-poi/
aikimark: I think it would be best to remove the Linux Apache zones. This question has to do with Java and reading excel docs. It has nothing to do with the OS, Linux, Apache. The asker put in the most likely zones for getting an answer.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I am using poi-bin-3.9-20121203.zip
regards.