File: src/Calx/Cell/Formatter.ts

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   src/Calx/Cell/Formatter.ts   Download  
File: src/Calx/Cell/Formatter.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 3 months ago
Size: 107 bytes
 

Contents

Class file image Download
export interface FormatterInterface { format(rawValue: any): string; parse?(input: string): any; }