"src/main/vscode:/vscode.git/clone" did not exist on "0902f02ae3ab65d819d8ac9ffe445ff588b475ef"
读取excel增加
if(row == null)
{
continue;
}
判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。
Please register or sign in to comment
if(row == null)
{
continue;
}
判断。防止有时候Excel表中有空数据行,导致读取时出现空指针异常。