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

Changelog

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

  * Import upstream version 0.88.
  * Refresh Build-Depends-Indep, Depends, Recommends, and Suggests.

 -- gregor herrmann <email address hidden>  Sat, 11 Nov 2023 17:58:57 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libspreadsheet-read-perl_0.88-1.dsc 2.8 KiB 376ad1437c57926c524cd42289da5f20abd31334424d233c023050d57277e058
libspreadsheet-read-perl_0.88.orig.tar.gz 263.1 KiB e73b14824ad1ae9c4380e6ba2bccf099611736df433f04edd7f13e6e682553d5
libspreadsheet-read-perl_0.88-1.debian.tar.xz 4.6 KiB fce30f70ed37efe3a3718516049a3109b5c93c9f623bab87c65c753b1256b7ca

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.