diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:29:48 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:29:48 -0400 |
commit | 8b3e61efa9dda2c7e9b8ea48eada6450bef7f2b5 (patch) | |
tree | 631d0b66a3090fc0cbd89489d3e6ae4f37318f65 | |
parent | 90b087bf9d02a6cf9adbfcd885a1bcab1d974504 (diff) | |
download | slackbuilds-8b3e61efa9dda2c7e9b8ea48eada6450bef7f2b5.tar.gz |
libraries/freexl: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/freexl/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/freexl/README b/libraries/freexl/README index c29c657e3b..07bad6fc90 100644 --- a/libraries/freexl/README +++ b/libraries/freexl/README @@ -6,6 +6,6 @@ Excel (.xls) spreadsheet. FreeXL design goals: * completely ignoring any GUI-related oddity Note that the final goal means that FreeXL ignores at all fonts, sizes -and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, -Visual Basic macros and so on. FreeXL is structurally simple and quite -light-weight (typically 40-80K of object code, stripped). +and alignments, and most formats. It ignores Pivot Table, Charts, +Formulas, Visual Basic macros and so on. FreeXL is structurally simple +and quite light-weight (typically 40-80K of object code, stripped). |