[]
        
(Showing Draft Content)

IExtendedSheetInfo Interface

IExtendedSheetInfo Interface

Defines additional worksheet properties that can be accesses via the dynamic wj_sheetInfo property of the FlexGrid instance.

Heirarchy

  • IExtendedSheetInfo

Properties

Optional evaluateFormula

evaluateFormula: Function

A function that evaluates the formula of cell.

fonts

fonts: string[]

Contains an array of font names used in the sheet.

mergedRanges

mergedRanges: CellRange[]

Merged ranges in the sheet

name

name: string

The sheet name.

styledCells

styledCells: any

Styled cells in the sheet

tables

tables: mXlsx.WorkbookTable[]

The tables in this worksheet.

visible

visible: boolean

Sheet visibility.