From 491b444df53060e021029adee51ceebebf75b5ba Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 2 Oct 2011 18:32:12 +0000 Subject: - 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/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') 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 -- cgit