libspreadsheet-read-perl 0.87-1 source package in Ubuntu

Changelog

libspreadsheet-read-perl (0.87-1) unstable; urgency=medium

  * Import upstream version 0.86.
  * Import upstream version 0.87.
  * debian/rules: drop overrides which fixed hashbangs.

 -- gregor herrmann <email address hidden>  Fri, 24 Feb 2023 04:41:20 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libspreadsheet-read-perl_0.87-1.dsc 2.7 KiB 76319303a4f4b65e3da8df00129b06f381f56643a54cf7b725aef63cd65feab6
libspreadsheet-read-perl_0.87.orig.tar.gz 265.2 KiB 963c0d075235bc4a320fbad7e62d9e47d5ca147edee3662855fa3042613ff4af
libspreadsheet-read-perl_0.87-1.debian.tar.xz 4.6 KiB 31072ad1148ab38409b8326801529121d7087c41e6e36a792b3f3109dbf799e2

Available diffs

No changes file available.

Binary packages built by this source

libspreadsheet-read-perl: reader for common spreadsheet formats

 Spreadsheet::Read is a Perl module that tries to transparently read any
 spreadsheet and return its content in a universal manner independent of the
 parsing module that does the actual spreadsheet scanning.
 .
 For OpenOffice and/or LibreOffice files, this module uses
 Spreadsheet::ReadSXC (libspreadsheet-readsxc-perl).
 .
 For Microsoft Excel, this module uses Spreadsheet::ParseExcel
 (libspreadsheet-parseexcel-perl), or Spreadsheet::ParseXLSX
 libspreadsheet-parsexlsx-perl).
 .
 For Comma-Separated Value (CSV) files, this module uses Text::CSV_XS
 (libtext-csv-xs-perl) or Text::CSV_PP (libtext-csv-perl).
 .
 For SquirrelCalc, there is a very simplistic built-in parser.