1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libexcel-writer-xlsx-perl
Section: perl
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 9.0.0)
Build-Depends-Indep: perl, libarchive-zip-perl
Standards-Version: 3.9.8
Package: libexcel-writer-xlsx-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl
Homepage: http://jmcnamara.github.com/excel-writer-xlsx/
Description: module to create Excel spreadsheets in xlsx format
The Excel::Writer::XLSX module is used to create an Excel file
in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML)
format used by Excel 2007 and later.
.
This module cannot, as yet, write to an existing Excel XLSX file. The
module uses the same interface as the Spreadsheet::WriteExcel
module (which creates binary XLS Excel files).
|