UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

22 lines (21 loc) 402 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum ExcelCellFormatCategory { General = 0, Number = 1, Currency = 2, Accounting = 3, Date = 4, Time = 5, Percentage = 6, Fraction = 7, Scientific = 8, Text = 9, Custom = 10 } /** * @hidden */ export declare let ExcelCellFormatCategory_$type: Type;