aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-24 08:09:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-24 08:09:56 +0000
commitf8338fe79c265175ee5a3bd12d1da786a15072a6 (patch)
tree08489c5d7f068af0af355bb75f1a1e90549ac01d /textproc/Makefile
parente95828dcdb9e84339e0a3091ef9a400e985a0c27 (diff)
downloadports-f8338fe79c265175ee5a3bd12d1da786a15072a6.tar.gz
ports-f8338fe79c265175ee5a3bd12d1da786a15072a6.zip
Add p5-Spreadsheet-GenerateXLSX 0.04
Spreadsheet::GenerateXLSX provides a function generate_xlsx which takes an array of Perl data and generates a simple Excel spreadsheet in the XLSX format. The generated sheets have the first row frozen, and auto filters enabled for every column. Each sheet in the spreadsheet is generated from an array of rows, where each row is an arrayref. The first row is treated as a header row. The generated spreadsheet can have any numbers of sheets. If you just pass arrayrefs, the sheets will be named Sheet1, Sheet2, etc. WWW: https://metacpan.org/release/Spreadsheet-GenerateXLSX
Notes
Notes: svn path=/head/; revision=480553
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 36bc2e3c9ef9..8be938411675 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -796,6 +796,7 @@
SUBDIR += p5-Sphinx-Config
SUBDIR += p5-Sphinx-Manager
SUBDIR += p5-Sphinx-Search
+ SUBDIR += p5-Spreadsheet-GenerateXLSX
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-Read
SUBDIR += p5-Spreadsheet-ReadSXC