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
This commit is contained in:
Steve Wills 2011-08-12 16:11:39 +00:00
parent d423cdc650
commit 5ce5df4d84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279558
5 changed files with 44 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Spreadsheet-XLSX
# Date created: 2011-08-12
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Spreadsheet-XLSX
PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMOW
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}-withoutworldwriteables
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension for reading MS Excel 2007 files
BUILD_DEPENDS= p5-Spreadsheet-ParseExcel>0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
p5-Archive-Zip>0:${PORTSDIR}/archivers/p5-Archive-Zip
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PERL_CONFIGURE= yes
MAN3= Spreadsheet::XLSX.3 Spreadsheet::XLSX::Fmt2007.3 Spreadsheet::XLSX::Utility2007.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 63a63b6eebb59c941c5394cc087748e9219c57055f8cfc2eaa7c3939a1e67be5
SIZE (Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz) = 50308

View File

@ -0,0 +1,6 @@
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

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Spreadsheet/XLSX/Utility2007.pm
%%SITE_PERL%%/Spreadsheet/XLSX/Fmt2007.pm
%%SITE_PERL%%/Spreadsheet/XLSX.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/XLSX/.packlist
@dirrmtry %%SITE_PERL%%/Spreadsheet/XLSX
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/XLSX