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

Changelog

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

  * Import upstream version 0.90.

 -- gregor herrmann <email address hidden>  Sun, 18 Feb 2024 00:32:33 +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
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libspreadsheet-read-perl_0.90-1.dsc 2.8 KiB 9deffe9a4c606b34bdc6e3c66621b68021cc47e28e56000bf3859035c106d972
libspreadsheet-read-perl_0.90.orig.tar.gz 277.9 KiB ee37457d1251912c1d6ed205282dedb7fcab0fcaa3931de509037516fe24f562
libspreadsheet-read-perl_0.90-1.debian.tar.xz 4.7 KiB 82b5cd5efe169928d679bc29e0d9bf8da0ac3ece4934b43ab00247d81c3558aa

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) / Excel::ValueReader::XLSX
 (libexcel-valuereader-xlsx-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.