vue-xlsx-table icon indicating copy to clipboard operation
vue-xlsx-table copied to clipboard

Error in building

Open favera opened this issue 7 years ago • 0 comments

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]);

favera avatar Nov 27 '17 14:11 favera