diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-16 19:23:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-17 11:47:41 +0700 |
commit | 8df7bcaad7633309b816a6b3651359f46b252c50 (patch) | |
tree | 04cbe95b9a768e36681f09763f86a7109ef97e9e /libraries/libxlsxwriter/README | |
parent | 9d19117f39a72780363019626c14e5689e55c223 (diff) |
libraries/libxlsxwriter: Updated for version 1.0.2.
Note that this version builds the shared library,
and not the static.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libxlsxwriter/README')
-rw-r--r-- | libraries/libxlsxwriter/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libxlsxwriter/README b/libraries/libxlsxwriter/README index 45567e168fa8a..aa0f51b3c0ef3 100644 --- a/libraries/libxlsxwriter/README +++ b/libraries/libxlsxwriter/README @@ -1,8 +1,8 @@ A C library for creating Excel XLSX files -Libxlsxwriter is a C library that can be used to write text, numbers, formulas -and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports -features such as: +Libxlsxwriter is a C library that can be used to write text, numbers, +formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX +file. It supports features such as: * 100% compatible Excel XLSX files. * Full Excel formatting. @@ -16,7 +16,8 @@ features such as: * Source code available on GitHub. * FreeBSD License. * ANSI C. -* Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32. +* Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, + MingGW-w64/32. * Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows. Also works on MSYS/MSYS2 and Cygwin. * Compiles for 32 and 64 bit. |