DataFormatter不读取逗号分隔的数值

时间:2017-07-19 09:28:59

标签: java apache apache-poi

我正在读取excel文件中的值,所以我使用下面的代码来读取值。

DataFormatter fmt = new DataFormatter();
fmt.formatCellValue(cell);

但是当数值以逗号分隔2,345,678时,这种情况会失败。它只服用2个。 我想阅读全部价值,如2345678

0 个答案:

没有答案