hxf829

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

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

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-02-27
  • 2021-11-21
  • 2021-12-12
  • 2022-02-08
猜你喜欢
  • 2021-04-09
  • 2021-12-01
  • 2022-12-23
  • 2021-11-19
  • 2021-05-06
  • 2022-02-11
相关资源
相似解决方案