Questions tagged [node-xlsx]
2 questions
1
vote
0 answers
cloud function error, node module node-xlsx, Cannot read properties of undefined (reading 'length')
TypeError: Cannot read properties of undefined (reading 'length')
at xlsx (cloudfunctions\excel\node_modules\node-xlsx\lib\xlsx\xlsx.js:174:23)
at Object.build (cloudfunctions\excel\node_modules\node-xlsx\lib\node-xlsx.js:14:16)
at d.exports.main…

Erik Johnsson
- 111
- 1
- 1
- 5
0
votes
2 answers
Remove quote marks from excel cells using node xlsx
I'm using node-xlsx to try and write a simple data structure to a new Excel file. When it gets written, I see no quotation marks around the cell data yet when I upload the file into a browser using automation, it gets rejected because quote marks…

Steerpike
- 1,712
- 6
- 38
- 71