I'm reading an xls sheet using apache POI api. i've cell types, having list of values/ drop down values.
When i'm reading that cell values using "cell.getStringCellValue()" , i'm not able to get selected value from the list of values cell. Could you let me know what is the way to read the list of value cell data using POI ? XssfWorkbook is not able to read the .xls format files. is this class built such way ? -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Reading-xls-cell-list-of-values-using-Apache-POI-tp5714835.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
