diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-06-28 23:18:40 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-28 23:18:40 +0100 |
commit | 0ddf13c33815eeca5f42e9251766f0d92c98480d (patch) | |
tree | e7fea89653367a802a1edb6633fa81f12420b40b /libraries/libxlsxwriter/README | |
parent | 480febf93a0494fc8883b7d6544144cac6b4489e (diff) |
libraries/libxlsxwriter: Added (C library for Excel XLSX files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libxlsxwriter/README')
-rw-r--r-- | libraries/libxlsxwriter/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libraries/libxlsxwriter/README b/libraries/libxlsxwriter/README new file mode 100644 index 0000000000000..45567e168fa8a --- /dev/null +++ b/libraries/libxlsxwriter/README @@ -0,0 +1,24 @@ +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: + +* 100% compatible Excel XLSX files. +* Full Excel formatting. +* Merged cells. +* Defined names. +* Autofilters. +* Charts. +* Data validation and drop down lists. +* Worksheet PNG/JPEG images. +* Memory optimization mode for writing large files. +* Source code available on GitHub. +* FreeBSD License. +* ANSI C. +* 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. +* Compiles and works on big and little endian systems. +* The only dependency is on zlib. |