Update wish tally excel import

This commit is contained in:
Made Baruna 2022-08-22 22:51:57 +07:00
parent 1a7cef7fee
commit 37a4b1cd34

View file

@ -449,6 +449,8 @@
sheet.eachRow((row, index) => {
if (index === 1) return;
const type = row.getCell(4).text.toLowerCase();
if (type === '') return;
let time = row.getCell(5);
const fullName = row.getCell(6).text;