Commit 36430c4
committed
fix(io): handle undefined cell values in isColumnEmpty check
Sparse Excel rows where eachCell skips empty cells leave row[col]
as undefined. Strict === null missed this, causing .toString() to
throw TypeError and silently abort file loading.1 parent 01c19d6 commit 36430c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
0 commit comments