File: control

package info (click to toggle)
xlsx2csv 1%3A0.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 664 kB
  • sloc: python: 1,100; makefile: 29; sh: 10
file content (24 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: xlsx2csv
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: text
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               locales-all,
               python3
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/xlsx2csv
Vcs-Git: https://salsa.debian.org/science-team/xlsx2csv.git
Homepage: https://github.com/dilshod/xlsx2csv

Package: xlsx2csv
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: convert xlsx 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.