diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-03 02:32:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-03 02:32:12 +0800 |
commit | 491b444df53060e021029adee51ceebebf75b5ba (patch) | |
tree | 132bf1ca0a268cdcee1eac0bd3cda23e5fb27001 /textproc/Makefile | |
parent | 23d59fe5b9c15ed17c01c6b7502f39e7d7c4949c (diff) | |
download | freebsd-ports-gnome-491b444df53060e021029adee51ceebebf75b5ba.tar.gz freebsd-ports-gnome-491b444df53060e021029adee51ceebebf75b5ba.tar.zst freebsd-ports-gnome-491b444df53060e021029adee51ceebebf75b5ba.zip |
- Add p5-Excel-Writer-XLSX 0.26
The Excel::Writer::XLSX module can be used to create an Excel file in the 2007+
XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel
2007 and later. Multiple worksheets can be added to a workbook and formatting
can be applied to cells. Text, numbers, and formulas can be written to the
cells. This module cannot, as yet, be used to write to an existing Excel XLSX
file.
WWW: http://search.cpan.org/dist/Excel-Writer-XLSX/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e7a3501b40d8..3b472429e2ae 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -494,6 +494,7 @@ SUBDIR += p5-DocSet SUBDIR += p5-EBook-Tools SUBDIR += p5-Excel-Template + SUBDIR += p5-Excel-Writer-XLSX SUBDIR += p5-File-Inplace SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Lite |