1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add p5-Spreadsheet-WriteExcelXML 0.02, module for creating an Excel file in XML

format.
This commit is contained in:
Maxim Sobolev 2004-05-07 19:37:37 +00:00
parent 99e5e3b172
commit 2c4323420f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108630
5 changed files with 55 additions and 0 deletions

View File

@ -282,6 +282,7 @@
SUBDIR += p5-Sort-PolySort
SUBDIR += p5-Spreadsheet-ParseExcel
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-Spreadsheet-WriteExcelXML
SUBDIR += p5-String-Scanf
SUBDIR += p5-String-ShellQuote
SUBDIR += p5-String-ShowDiff

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Spreadsheet::WriteExcelXML
# Date created: 7 May 2004
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Spreadsheet-WriteExcelXML
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Spreadsheet
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Create an Excel file in XML format
PERL_CONFIGURE= yes
MAN3= Spreadsheet::WriteExcelXML.3 \
Spreadsheet::WriteExcelXML::Format.3 \
Spreadsheet::WriteExcelXML::Utility.3 \
Spreadsheet::WriteExcelXML::Workbook.3 \
Spreadsheet::WriteExcelXML::Worksheet.3 \
Spreadsheet::WriteExcelXML::XMLwriter.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Spreadsheet-WriteExcelXML-0.02.tar.gz) = 9149404bc3fc87b2fae0571718faf1e8
SIZE (Spreadsheet-WriteExcelXML-0.02.tar.gz) = 117060

View File

@ -0,0 +1,14 @@
The Spreadsheet::WriteExcelXML module can be used to create an
Excel file in XML format. The Excel XML format is supported in
Excel 2002 and 2003.
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. The module supports strings up to 32,767
characters and the strings can be in UTF8 format.
Spreadsheet::WriteExcelXML uses the same interface as
Spreadsheet::WriteExcel.
This module cannot, as yet, be used to write to an existing
Excel XML file.

View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/Spreadsheet/WriteExcelXML.pm
%%SITE_PERL%%/Spreadsheet/WriteExcelXML/Format.pm
%%SITE_PERL%%/Spreadsheet/WriteExcelXML/Utility.pm
%%SITE_PERL%%/Spreadsheet/WriteExcelXML/Workbook.pm
%%SITE_PERL%%/Spreadsheet/WriteExcelXML/Worksheet.pm
%%SITE_PERL%%/Spreadsheet/WriteExcelXML/XMLwriter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcelXML/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcelXML
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet
@dirrm %%SITE_PERL%%/Spreadsheet/WriteExcelXML
@dirrm %%SITE_PERL%%/Spreadsheet