Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xh4010 committed Mar 8, 2024
1 parent acba4f9 commit 771087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class XlsxTemplater{
const row=i;
let newVal='';
let fmt;
for(let m=0; m<cell.vals.length; m++){
if(!!rData)for(let m=0; m<cell.vals.length; m++){
const val=cell.vals[m];
if(!rData[val.key])continue;
const dval=rData[val.key];
Expand Down

0 comments on commit 771087b

Please sign in to comment.