Type alias ICellValueParser

ICellValueParser: ((text, parsed, coords, original?) => CellUpdateValue | void)

Callback used for SetCells and CSV importing. When a cell value that is text is discovered this allows for custom parsing

Type declaration