IronCalc Wasm
    Preparing search index...

    Interface FmtSettings

    interface FmtSettings {
        currency: string;
        currency_format: string;
        long_date: string;
        long_date_example: string;
        number_example: string;
        number_fmt: string;
        short_date: string;
        short_date_example: string;
    }
    Index
    currency: string
    currency_format: string
    long_date: string
    long_date_example: string
    number_example: string
    number_fmt: string
    short_date: string
    short_date_example: string