can u please share the code....and also I need to get the data from excel sheet to a field.
Please help
convert numeric cell to string.
by using this [color=#FF0000:34jlevaz]'[/color:34jlevaz]
example:
[color=#FF0000:34jlevaz]'1234567[/color:34jlevaz]
try this.
cellValueInString = new BigDecimal(cell.getNumericCellValue()).toPlainString();