I want to read all cell value from excel sheet using Apache POI and store it into one dimensional string array .Is is possible to read data from excel row by row and extract value from each cell?
Please help me to solve this problem.
Thanks
I want to read all cell value from excel sheet using Apache POI and store it into one dimensional string array .Is is possible to read data from excel row by row and extract value from each cell?
Please help me to solve this problem.
Thanks
There's a document on Javaworld, It's POI-Fect showing you how this is achieved.
Example:
}