[Lunar-commits] r18659 - moonbase/trunk/perl/Spreadsheet-WriteExcel

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 14:34:36 UTC 2006


Author: stumbles
Date: 2006-02-10 14:34:32 +0000 (Fri, 10 Feb 2006)
New Revision: 18659

Modified:
   moonbase/trunk/perl/Spreadsheet-WriteExcel/DETAILS
Log:
+ Added standard styles such as comma, percent and currency.
! Changed write_url() methods to allow numbers or formulas
      as well as strings as the optional text.
+ Added encoding flag to merge_range() method to allow
      handling of UTF-16 strings.
+ Added hide_zero() worksheet method to allow hiding of zero
      values in cells.

and many others.



Modified: moonbase/trunk/perl/Spreadsheet-WriteExcel/DETAILS
===================================================================
--- moonbase/trunk/perl/Spreadsheet-WriteExcel/DETAILS	2006-02-10 14:31:17 UTC (rev 18658)
+++ moonbase/trunk/perl/Spreadsheet-WriteExcel/DETAILS	2006-02-10 14:34:32 UTC (rev 18659)
@@ -1,20 +1,18 @@
-           MODULE=Spreadsheet-WriteExcel
-         VERSION=0.34
+          MODULE=Spreadsheet-WriteExcel
+         VERSION=2.16
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/J/JM/JMCNAMARA/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/
+      SOURCE_VFY=sha1:2643853eb0018ea0dba552226337c0a910b7e3da
         WEB_SITE=http://homepage.eircom.net/~jmcnamara/perl/WriteExcel.html
          ENTERED=20011108
-         UPDATED=20011108
+         UPDATED=20060210
            SHORT="Cross platform Perl module to write Excel binary files"
 cat << EOF
 Spreadsheet::WriteExcel is a cross platform Perl module that can be
-used to write numbers and text in the native Excel binary file
-format. 
+used to write numbers and text in the native Excel binary file format.
 
-Multiple worksheets can be added to a workbook and cells can be
-formatted. The module will work on the majority of Windows,
-UNIX and Macintosh platforms. Generated files are also compatible 
-with the Linux/UNIX spreadsheet applications OpenOffice,
-Gnumeric and XESS. 
-
+Multiple worksheets can be added to a workbook and cells can be formatted.
+The module will work on the majority of Windows, UNIX and Macintosh
+platforms. Generated files are also compatible with the Linux/UNIX
+spreadsheet applications OpenOffice,Gnumeric and XESS.
 EOF



More information about the Lunar-commits mailing list