File: control

package info (click to toggle)
xlsx2csv 0.20%2B20161027%2Bgit5785081-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 116
  • sloc: python: 874; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 867 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: xlsx2csv
Section: text
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9), python | python-all | python-dev | python-all-dev
Standards-Version: 3.9.8
Homepage: https://github.com/dilshod/xlsx2csv
Vcs-Git: https://anonscm.debian.org/git/collab-maint/xlsx2csv.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/xlsx2csv.git;a=summary

Package: xlsx2csv
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: convert xslx files to csv format
 xlsx files are zip archives where spreadsheet data is stored. In
 order to process a file, various bits inside the archive need to be
 located. This utility uses the Expat SAX parser to collect the strings
 into a simple dictionary, keyed by their relative position in the XML
 file. This makes it possible to process files of any size.