poi操作excel大数字编程科学计数的解决办法
2008-10-18 14:56 Iron 阅读(342) 评论(0) 收藏 举报BigDecimal big = new BigDecimal(phone_Cell.getNumericCellValue());
phone = big.toString();
address = address_Cell.getRichStringCellValue().toString().trim();
phone = big.toString();
address = address_Cell.getRichStringCellValue().toString().trim();
浙公网安备 33010602011771号