Interface CellUpdateFromStringOptions

interface CellUpdateFromStringOptions {
    date1904?: boolean;
    ignoreQuotePrefix?: boolean;
    parser?: ICellValueParser;
}

Properties

date1904?: boolean

If true then number parsed as a dates will use the 1904.

Default Value

'the workbook setting'.
ignoreQuotePrefix?: boolean

Ignore the quote prefix. Used for CSV import

Allow for custom callback when doing updates. Used by CSV import and any other bindings.