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

Worksheet State does not exist in index.d.ts #714

Closed
calincirstea opened this issue Dec 30, 2018 · 0 comments
Closed

Worksheet State does not exist in index.d.ts #714

calincirstea opened this issue Dec 30, 2018 · 0 comments
Labels

Comments

@calincirstea
Copy link

Due to this reason it is not possible to make visible newly added worksheets.
Following gives errors when used in Agular 7:

  1.        var worksheet = workbook.addWorksheet('Title');
          worksheet.state='visible'
    
  2. var worksheet = workbook.addWorksheet('Title',{ state: 'visible' });

@Siemienik Siemienik added the bug label Jan 11, 2019
Siemienik added a commit that referenced this issue Feb 19, 2019
add Worksheet.state typescript definition fix #714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants