You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when i upload files .xls give me this error index.js:29815 TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at a.xlsxArrToTableArr (index.js:29870) at a.n [as xlsxArrToTableArr] (vue.esm.js:188) at index.js:29813 at <anonymous>
the line in index.js is this var tableHeader = Object.keys(xlsxArr[maxLengthIndex]);
The text was updated successfully, but these errors were encountered:
Hi, when i upload files .xls give me this error
index.js:29815 TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at a.xlsxArrToTableArr (index.js:29870) at a.n [as xlsxArrToTableArr] (vue.esm.js:188) at index.js:29813 at <anonymous>
the line in index.js is this
var tableHeader = Object.keys(xlsxArr[maxLengthIndex]);
The text was updated successfully, but these errors were encountered: