代码改变世界

poi操作excel大数字编程科学计数的解决办法

2008-10-18 14:56  Iron  阅读(329)  评论(0编辑  收藏  举报
BigDecimal big = new BigDecimal(phone_Cell.getNumericCellValue());
    phone = big.toString();
    address = address_Cell.getRichStringCellValue().toString().trim();