File: control

package info (click to toggle)
libexcel-writer-xlsx-perl 0.95-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 14,056 kB
  • ctags: 985
  • sloc: perl: 19,659; makefile: 40
file content (20 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
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 (>= 8.0.0)
Build-Depends-Indep: perl, libarchive-zip-perl
Standards-Version: 3.9.6

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).