XLSX.utils.sheet_to_json() 数字格式转为字符串格式

raw 默认为true,设置为false就可以了

XLSX.utils.sheet_to_json(workbook.Sheets[sheet], {raw:false})

请添加图片描述