This commit is contained in:
2023-11-03 13:30:08 +08:00
parent 3d21ac0f79
commit e77ba65b09
4 changed files with 4 additions and 4 deletions

View File

@@ -402,7 +402,7 @@ function exportElcel(list:any,header:any,name:string){
const ws = utils.json_to_sheet(list, {
header,
skipHeader: true
skipHeader: false
})
console.log(ws)
var tmpWB = {