@@ -288,7 +288,7 @@ export function readExcelWithColumnsSet(topScope: Scope,
nv = column.importFormatter(vdata)
}
- if (!nv) {
+ if (!nv && nv != 0) {
hasError = true;
} else {
row[column.dataIndex] = nv;