@@ -542,8 +542,8 @@ top-level attributes: `fill`, `font`, `numFmt`, `alignment`, and `border`.
542542
543543
544544| Style Attribute | Sub Attributes | Values |
545- | :-------------- | :------------- | :------------- | :----- |
546- | fill | patternType | ` "solid" ` or ` "none" ` |
545+ | :-------------- | :------------- | :------------- |
546+ | fill | patternType | ` "solid" ` or ` "none" `
547547| | fgColor | ` COLOR_SPEC `
548548| | bgColor | ` COLOR_SPEC `
549549| font | name | ` "Calibri" ` // default
@@ -568,7 +568,7 @@ top-level attributes: `fill`, `font`, `numFmt`, `alignment`, and `border`.
568568| | textRotation | Number from ` 0 ` to ` 180 ` or ` 255 ` (default is ` 0 ` )
569569| | | ` 90 ` is rotated up 90 degrees
570570| | | ` 45 ` is rotated up 45 degrees
571- | | | ` 135 ` is rotated down 45 degrees
571+ | | | ` 135 ` is rotated down 45 degrees
572572| | | ` 180 ` is rotated down 180 degrees
573573| | | ` 255 ` is special, aligned vertically
574574| border | top | ` { style: BORDER_STYLE, color: COLOR_SPEC } `
@@ -579,7 +579,6 @@ top-level attributes: `fill`, `font`, `numFmt`, `alignment`, and `border`.
579579| | diagonalUp | ` true ` or ` false `
580580| | diagonalDown | ` true ` or ` false `
581581
582-
583582** COLOR_SPEC** : Colors for ` fill ` , ` font ` , and ` border ` are specified as objects, either:
584583* ` { auto: 1} ` specifying automatic values
585584* ` { rgb: "FFFFAA00" } ` specifying a hex ARGB value
0 commit comments