node-excel-stream
node-excel-stream copied to clipboard
TypeError: Cannot read property 'length' of null
Just tried to write into a file using documentation. Throws error
return this._rowZero + this._rows.length; ^
TypeError: Cannot read property 'length' of null at WorksheetWriter.get _nextRow [as _nextRow]
Try return this._rowZero && this._rows.length;