diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:07:36 -0400 |
commit | 6eb6d7bd0ab1c4f753712744eb364e72ccef64fb (patch) | |
tree | 3830b506820db743b21d6464d35c37ab0ccb5dce /python | |
parent | 9e7aa7f651af7c519c5979d4261b945187a3880f (diff) |
python/XlsxWriter: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/XlsxWriter/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/XlsxWriter/README b/python/XlsxWriter/README index 7554252b814d..2c11d821ffe4 100644 --- a/python/XlsxWriter/README +++ b/python/XlsxWriter/README @@ -1,8 +1,8 @@ XlsxWriter - A Python module for creating Excel XLSX files -XlsxWriter can be used to write text, numbers, formulas and hyperlinks to -multiple worksheets and it supports features such as formatting and many more, -including: +XlsxWriter can be used to write text, numbers, formulas and hyperlinks +to multiple worksheets and it supports features such as formatting and +many more, including: 100% compatible Excel XLSX files. Full formatting. |