将Excel单元格文本转换为数字poi
HAI
我想使用 POI API 将单元格文本值转换为 Excel 中的数字。
单元格文本值(例如“2,345”)可转换为数字。
我该怎么办呢。
如果有人遇到这个问题,请告诉我......
HAI
i want ot convert a cell text value into a number in Excel using POI API.
cell text value like '2,345' to conver as a number.
How can i do that.
if any has face this problem,please let me know...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您将值存储为字符串,请使用:
如果您的值是数字,请将其直接传递给方法:
In case you have the value stored as a String, use:
If your value is a number, pass it to the method directly: