1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libspreadsheet-xlsx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libarchive-zip-perl,
libspreadsheet-parseexcel-perl,
libtest-nowarnings-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-xlsx-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-xlsx-perl.git
Homepage: https://metacpan.org/release/Spreadsheet-XLSX
Package: libspreadsheet-xlsx-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libarchive-zip-perl,
libspreadsheet-parseexcel-perl
Description: Perl extension for reading MS Excel 2007 files
Spreadsheet::XLSX emulates the behaviour of Spreadsheet::ParseExcel for the
Excel 2007 (.xlsx) file format. It supports styles and many, but not all, of
Excel's quirks. It populates the classes from Spreadsheet::ParseExcel for
interoperability; including Workbook, Worksheet, and Cell.
|