会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Smartisan
管理
2021年5月12日
解决java 使用poi读取excel数字导致科学计数法(更改excel的表格格式无用)解决办法
摘要: 1 NumberFormat nf = NumberFormat.getInstance(); 2 HSSFCell num= hssfRow.getCell(0); 3 String s = nf.format(num.getNumericCellValue()); 4 //这种方法对于自动加".
阅读全文
posted @ 2021-05-12 20:35 博二爷
阅读(1461)
评论(0)
推荐(0)
编辑
公告