We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to this reason it is not possible to make visible newly added worksheets. Following gives errors when used in Agular 7:
var worksheet = workbook.addWorksheet('Title'); worksheet.state='visible'
var worksheet = workbook.addWorksheet('Title',{ state: 'visible' });
The text was updated successfully, but these errors were encountered:
e9a56c3
Merge pull request #736 from ilyes-kechidi/add-ws-state-typedef
52b9dde
add Worksheet.state typescript definition fix #714
No branches or pull requests
Due to this reason it is not possible to make visible newly added worksheets.
Following gives errors when used in Agular 7:
var worksheet = workbook.addWorksheet('Title',{ state: 'visible' });
The text was updated successfully, but these errors were encountered: