diff options
author | swills <swills@FreeBSD.org> | 2011-08-13 00:11:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-13 00:11:39 +0800 |
commit | 3667ede743000354b40861aaece22d9b3ca48967 (patch) | |
tree | 2a2ebd30fb3f1d034a32661a2c84d45f430ce115 /textproc/Makefile | |
parent | b8260fb5d3de1a826815e82fc9cc20da79746be8 (diff) | |
download | freebsd-ports-graphics-3667ede743000354b40861aaece22d9b3ca48967.tar.gz freebsd-ports-graphics-3667ede743000354b40861aaece22d9b3ca48967.tar.zst freebsd-ports-graphics-3667ede743000354b40861aaece22d9b3ca48967.zip |
This Perl module is a emulation of Spreadsheet::ParseExcel for Excel 2007
(.xlsx) file format. It supports styles and many of Excel's quirks, but not
all. It populates the classes from Spreadsheet::ParseExcel for
interoperability; including Workbook, Worksheet, and Cell.
WWW: http://search.cpan.org/dist/Spreadsheet-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 a8e58a9c98c..c2987331807 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -674,6 +674,7 @@ SUBDIR += p5-Spreadsheet-WriteExcel-FromXML SUBDIR += p5-Spreadsheet-WriteExcel-Styler SUBDIR += p5-Spreadsheet-WriteExcelXML + SUBDIR += p5-Spreadsheet-XLSX SUBDIR += p5-String-BufferStack SUBDIR += p5-String-CamelCase SUBDIR += p5-String-Divert |