Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'length' of null #19

Open
RashmiRanganathan opened this issue Dec 2, 2021 · 1 comment
Open

TypeError: Cannot read property 'length' of null #19

RashmiRanganathan opened this issue Dec 2, 2021 · 1 comment

Comments

@RashmiRanganathan
Copy link

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]

@linspw
Copy link

linspw commented Dec 2, 2021

Try return this._rowZero && this._rows.length;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants