Cannot get a STRING value from a NUMERIC cell问题的解决办法
时间:2018-12-23 23:23:42
收藏:0
阅读:3106
遇到以下错误的解决办法:
在cell加个setCellType()方法就可以了
cell.setCellType(CellType.STRING);
原文:https://www.cnblogs.com/changpuyi/p/10165715.html
评论(0)