Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tFileInputExcel_1
java.text.ParseException: Unparseable number: "? 7.500,00"
at java.text.NumberFormat.parse(Unknown Source)
case org.apache.poi.ss.usermodel.Cell.CELL_TYPE_NUMERIC:
if (org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatted(cell_tFileInputExcel_1)) {
temp_row_tFileInputExcel_1 = cell_tFileInputExcel_1.getDateCellValue().toString();
} else {
temp_row_tFileInputExcel_1 = new BigDecimal(numberFormat_tFileInputExcel_1
.parse(dataFormat_tFileInputExcel_1
.formatCellValue(cell_tFileInputExcel_1))
.toString()).toPlainString;
}
Hi Fabio
Thank for your feedback.
I have talked with my coworkers about this issue. We need a little time to fix it.
Please report this bug at BugTracker.
Regards,
Pedro
Hi
This may be a compatibility issue.
Could you email me and attach the export job?
I need to confirm it.
Regards,
Pedro
Hi Fabio
Thank for your feedback.
I have talked with my coworkers about this issue. We need a little time to fix it.
Please report this bug at BugTracker.
Regards,
Pedro