标签: apache-poi poi-hssf
我正在从带有小数的Excel工作表中读取数据。
我想获得没有小数的结果。
我正在使用cell.getNumericCellValue ()给出十进制 - 是否有一个删除小数的函数。
cell.getNumericCellValue ()
答案 0 :(得分:4)
如何将值转换为int?
(int)cell.getNumericCellValue()