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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: libspreadsheet-wright-perl
Section: perl
Priority: optional
Build-Depends: perl,
debhelper (>= 10~),
libtext-csv-perl,
libarchive-zip-perl,
libdatetime-perl,
libhtml-html5-writer-perl,
libjson-perl,
libspreadsheet-writeexcel-perl,
libxml-libxml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Andrius Merkys <merkys@debian.org>
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-wright-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-wright-perl
Homepage: https://metacpan.org/release/Spreadsheet-Wright
Testsuite: autopkgtest-pkg-perl
Package: libspreadsheet-wright-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libtext-csv-perl
Recommends: libarchive-zip-perl,
libdatetime-perl,
libhtml-html5-writer-perl,
libjson-perl,
libspreadsheet-writeexcel-perl,
libxml-libxml-perl,
libexcel-writer-xlsx-perl
Multi-Arch: foreign
Description: simple spreadsheet worker
Spreadsheet::Wright is a fork of Spreadsheet::Write and may be used as
a drop-in replacement.
.
Spreadsheet::Wright writes files in CSV, Microsoft Excel, HTML and
OpenDocument formats. It is especially suitable for building various
dumps and reports where rows are built in sequence, one after another.
.
It is not especially suitable for modifying existing files.
.
The name is a not just pun on "write" - the word "wright" means worker
or crafter, and "Spreadsheet::Wright" does a lot of the work of
spreadsheet output for you!
|