Hi Every one
Can any one help me to read excel sheet column wise in excel sheet using Apache POI API. I need a quick solution for this...
Thanks in Advance.........
Printable View
Hi Every one
Can any one help me to read excel sheet column wise in excel sheet using Apache POI API. I need a quick solution for this...
Thanks in Advance.........
What have you tried? Did you read through the examples on the apache website?
Busy Developers' Guide to HSSF and XSSF Features
I have looked on examples and even API but i could not find any solution or API to read column wise.
Please help me to solve this.............
WHat are you trying to achieve (and don't just ay "read by columns").
Since a Sheet only holds rows with cells you will not find a column iterator to use.