无法读取使用js-xlsx读取excel文件的空单元格:https://www.thinbug.com/q/45840617
只需通过sheet_to_json方法传递默认值:
var jsonObj = XLS.utils.sheet_to_json(data.Sheets[data.SheetNames[0]], {
header: 0,
defval: ""
});
无法读取使用js-xlsx读取excel文件的空单元格:https://www.thinbug.com/q/45840617
只需通过sheet_to_json方法传递默认值:
var jsonObj = XLS.utils.sheet_to_json(data.Sheets[data.SheetNames[0]], {
header: 0,
defval: ""
});