Skip to content

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

Closed
@calincirstea

Description

@calincirstea

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' });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions