aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 09:16:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-20 09:16:41 +0000
commitf2d70258003f5c434e3107752a42fafa7c8626d9 (patch)
treea31736c102161f775d7bea1bfcfcc5140d1f5b60 /math/Makefile
parent16ca1839e2384b78c64979f30d15697c5f2e418a (diff)
downloadports-f2d70258003f5c434e3107752a42fafa7c8626d9.tar.gz
ports-f2d70258003f5c434e3107752a42fafa7c8626d9.zip
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. * Worksheet PNG/JPEG images. * Memory optimization mode for writing large files. * Source code available on GitHub. * FreeBSD License. * ANSI C. * Compiles for 32 and 64 bit. * The only dependency is on zlib. WWW: http://libxlsxwriter.github.io/
Notes
Notes: svn path=/head/; revision=438935
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index a5bd1c0306f3..d9440c5c9701 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -260,6 +260,7 @@
SUBDIR += libtommath
SUBDIR += libtsnnls
SUBDIR += libxls
+ SUBDIR += libxlsxwriter
SUBDIR += linpack
SUBDIR += lll_spect
SUBDIR += lp_solve