libspreadsheet-writeexcel-perl 2.40-1 source package in Ubuntu

Changelog

libspreadsheet-writeexcel-perl (2.40-1) unstable; urgency=low


  * New upstream release.
  * Drop pod-encoding.patch, not needed anymore.
  * Drop lintian override, not needed anymore.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Fri, 08 Nov 2013 23:15:13 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl
Xenial release universe perl
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libspreadsheet-writeexcel-perl_2.40-1.dsc 2.3 KiB 4eaf6437a2d325400995ade46c1d42ed37ae858fa828f841e70753821e094448
libspreadsheet-writeexcel-perl_2.40.orig.tar.gz 469.7 KiB e356aad6866cf135731268ee0e979a197443c15a04878e9cf3e80d022ad6c07e
libspreadsheet-writeexcel-perl_2.40-1.debian.tar.gz 5.4 KiB 35a652aee292ad6686e1f6b9ecafd3197b44a7be64ec5ace6038a40e2a1913d2

Available diffs

No changes file available.

Binary packages built by this source

libspreadsheet-writeexcel-perl: module to create Excel spreadsheets

 Spreadsheet::WriteExcel is a Perl module that can be used to create a cross-
 platform Excel binary file. Multiple worksheets can be added to a workbook
 and formatting can be applied to cells. Additionally, this module supports
 writing text, numeric values, formulas and hyperlinks to cells.
 .
 The Excel file produced by this module is compatible with Excel 5, 95, 97
 and 2000. Generated files are also compatible with the Linux/UNIX spreadsheet
 applications OpenOffice.org, Gnumeric and XESS. The generated files are not
 compatible with MS Access.
 .
 This module cannot be used to read an Excel file. See Spreadsheet::ParseExcel
 (libspreadsheet-parseexcel-perl) or look at the main documentation for some
 suggestions. This module cannot be used to write to an existing Excel file.