-
yuhong0206@sina.cn authored
if(row == null) { continue; } 判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。9b9c1b99
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ExcelUtil.java |
if(row == null)
{
continue;
}
判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ExcelUtil.java | Loading commit data... |