mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-05 18:26:56 +01:00
Update wish tally excel import
This commit is contained in:
parent
1a7cef7fee
commit
37a4b1cd34
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue