From 6d0f51fc987a9e97788f250a180d7a33fe344e31 Mon Sep 17 00:00:00 2001 From: Oswald Reyes Date: Thu, 27 Aug 2020 19:11:51 -0400 Subject: [PATCH] Fixed horizontal alignment values Replaced current values for `left`, `center` and `right` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 886b824..86e448e 100644 --- a/README.md +++ b/README.md @@ -562,7 +562,7 @@ top-level attributes: `fill`, `font`, `numFmt`, `alignment`, and `border`. | | | `"0.00%;\\(0.00%\\);\\-;@"` // string specifying a custom format, escaping special characters | | | `"m/dd/yy"` // string a date format using Excel's format notation | alignment | vertical | `"bottom"` or `"center"` or `"top"` -| | horizontal | `"bottom"` or `"center"` or `"top"` +| | horizontal | `"left"` or `"center"` or `"right"` | | wrapText | `true ` or ` false` | | readingOrder | `2` // for right-to-left | | textRotation | Number from `0` to `180` or `255` (default is `0`)