-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] worksheet.insertRow is not a function #1333
Comments
Seems like this is a documentation issue: there is a deprecated methods published in documentation @ github.com/exceljs/exceljs |
https://github.com/exceljs/exceljs/blob/master/UPGRADE-4.0.md doesn't mention anything about insertRow. |
Getting this is well, so is |
Looks like they had a PR recently for |
Yea, this method is new. Though, for Typescript users, there is a small bug, of missing optional operator in styleOptions. |
Also, I would suggest directly taking from source, rather than releases, if possible. As, it would contain latest features and fixes. |
Closing this, as we just need to wait for the release: #1362 |
🐛 Bug Report
When trying to use insertRow (or insertRows) method I getting error:
TypeError: worksheet.insertRow is not a function
Lib version: "4.0.1"
Steps To Reproduce
The expected behaviour:
https://github.com/exceljs/exceljs#insert-rows
The text was updated successfully, but these errors were encountered: