i have an excel sheet...i want to write a method which takes parameter as column number that to be read and return a array consist of all the data in that column. and place that column element in xml sheet... please help to write that method..... thanks in advance.....
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use Apache POI. You can find example in their usage page.
|
|||||
|
|
You may find this answer helpful: How to get columns from Excel files using Apache POI That has all the code you need to extract all the numeric values from one column, whether they're a number cell or a formula cell containing a number result. I suspect you'll need something like that. |
|||
|
|