| 查看: 703 | 回复: 3 | ||
wxyuan2014铜虫 (小有名气)
|
[求助]
利用Java读取excel 已有1人参与
|
|
请问:我的excel中的数据都是小数点后八位,例如2.33800951。而用程序读取之后的程序只有小数点后两位。这是读取的代码cell = sheet.getCell(i, j); str[j] = cell.getContents();请问怎么改才能把小数点后面的部分全部读出?谢谢! |
» 猜你喜欢
售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急
已经有3人回复
浙江师范大学是怎么坑我的
已经有7人回复
求教各位大神:2026教育部人文社科青年基金项目何时公示呀?
已经有6人回复
面上有专家说实验设备不是我们单位的
已经有8人回复
科研求助
已经有4人回复
博士去二本高校当辅导员,如何调整心态?
已经有11人回复
江苏省自然基金 什么时候出结果
已经有6人回复
闲聊
已经有3人回复
» 本主题相关价值贴推荐,对您同样有帮助:
Free mind
已经有1人回复

jianliu67
木虫 (小有名气)
- 应助: 27 (小学生)
- 金币: 4053.5
- 红花: 4
- 帖子: 216
- 在线: 135.7小时
- 虫号: 3511817
- 注册: 2014-11-01
- 性别: GG
- 专业: 计算机科学的基础理论
2楼2016-08-07 02:42:53
wxyuan2014
铜虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 92.3
- 散金: 78
- 帖子: 277
- 在线: 122.6小时
- 虫号: 2462935
- 注册: 2013-05-13
- 性别: GG
- 专业: 电气科学与工程

3楼2016-08-08 08:46:51
jianliu67
木虫 (小有名气)
- 应助: 27 (小学生)
- 金币: 4053.5
- 红花: 4
- 帖子: 216
- 在线: 135.7小时
- 虫号: 3511817
- 注册: 2014-11-01
- 性别: GG
- 专业: 计算机科学的基础理论
|
有, 但是不好. 看下面的解释: http://jexcelapi.sourceforge.net ... .html#getContents() public java.lang.String getContents() Quick and dirty function to return the contents of this cell as a string. For more complex manipulation of the contents, it is necessary to cast this interface to correct subinterface. Returns: the contents of this cell as a string |
4楼2016-08-09 08:17:01









回复此楼