Skip to content

CellStyle

optional bold?: boolean;

optional border-bottom-color?: string;

optional border-bottom-style?: BorderStyle;

optional border-left-color?: string;

optional border-left-style?: BorderStyle;

optional border-right-color?: string;

optional border-right-style?: BorderStyle;

optional border-top-color?: string;

optional border-top-style?: BorderStyle;

optional fill-color?: string;

optional font-color?: string;

optional font-name?: string;

optional font-size?: number;

optional horizontal-alignment?:
| "fill"
| "left"
| "right"
| "general"
| "center"
| "justify"
| "centerContinuous"
| "distributed";

optional italic?: boolean;

optional number-format?: string;

optional number-format-from-formula?: string;

optional shrink-to-fit?: boolean;

optional underline?: CSFUnderlineStyle;

optional vertical-alignment?: "top" | "bottom" | "center" | "justify" | "distributed";

optional wrap-text?: boolean;