diff options
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. |