JXL 取的空值报 ArrayIndexOutOfBoundsException 解决方法
[code="java"]
for(int j=2;j< 30;j++){
paramMap.put("ATTRIBUTE"+(j-1), sheet.getCell(i).getContents().trim());
}
[/code]
上述代码 sheet.getCell(i).getContents() 当单元格为空时,报ArrayInd...
原创
2015-09-07 13:28:58 ·
498 阅读 ·
0 评论