File: py_xls2csv.1

package info (click to toggle)
pyexcelerator 0.6.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 972 kB
  • ctags: 2,032
  • sloc: python: 9,494; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,215 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
25
26
27
28
29
30
31
32
33
.TH py_xls2csv 1 "October 12, 2006"
.SH "NAME"
py_xls2csv \- convert an Excel xls file to a comma separated value csv file
.SH "SYNOPSIS"
.PP 
\fBpy_xls2csv\fR  \fIinput-file\fP
.SH "DESCRIPTION"
.PP 
This manual page was written for the \fBDebian\fP distribution 
because the original program does not have a manual page. 
.PP 
py_xls2csv takes an Excel xls file as an argument and converts it to a comma
separated value csv file.  Output is sent to stdout.
.PP 
Additional utility scripts can be found in the tools/ directory.
.SH "OPTIONS"
.PP 
This program does not take any command line options. 
.SH "AUTHOR"
pyexcelerator and py_xls2csv were written 
by Roman V. Kiseliov <roman@kiseliov.ru>.
.PP 
This manual page was written by Kevin Coyner <kcoyner@debian.org> for the
\fBDebian\fP system (but may be used by others).  Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 any  later version published by the Free
Software Foundation. 
.PP 
On Debian systems, the complete text of the GNU General Public 
License can be found in /usr/share/common\-licenses/GPL. 
.SH "SEE ALSO"
pyexcelerator(1), py_xls2txt(1), py_xls2html(1)