SheetXL - v0.3.20
    Preparing search index...

    Variable StrokeStyleConst

    StrokeStyle: {
        DashDot: "dashDot";
        DashDotDot: "dashDotDot";
        Dashed: "dashed";
        Dotted: "dotted";
        Double: "double";
        Hair: "hair";
        Medium: "medium";
        MediumDashDot: "mediumDashDot";
        MediumDashDotDot: "mediumDashDotDot";
        MediumDashed: "mediumDashed";
        None: "none";
        SlantDashDot: "slantDashDot";
        Thick: "thick";
        Thin: "thin";
    } = ...

    Type declaration

    • ReadonlyDashDot: "dashDot"
    • ReadonlyDashDotDot: "dashDotDot"
    • ReadonlyDashed: "dashed"
    • ReadonlyDotted: "dotted"
    • ReadonlyDouble: "double"
    • ReadonlyHair: "hair"
    • ReadonlyMedium: "medium"
    • ReadonlyMediumDashDot: "mediumDashDot"
    • ReadonlyMediumDashDotDot: "mediumDashDotDot"
    • ReadonlyMediumDashed: "mediumDashed"
    • ReadonlyNone: "none"
    • ReadonlySlantDashDot: "slantDashDot"
    • ReadonlyThick: "thick"
    • ReadonlyThin: "thin"

    This is a limited implementation of border that matches OOXMl and Excel. TODO - Review and rationalize with css.

    • Excel online breaks weight and styling into two properties but... (I )
    • Excel only supports the enums as they are defined in OOXML.