This repository has been archived by the owner on Apr 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
89 lines (57 loc) · 2.47 KB
/
README.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
pyWriteExcel 0.4a2
==================
pyXLWriter is a Python library for generating Excel compatible spreadsheets.
It's a port of John McNamara's Perl Spreadsheet::WriteExcel module
version 1.01 to Python. It allows writing of Excel compatible spreadsheets
without the need for COM objects.
Now ported all features, but work in progress.
Requires Python 2.2+
Installation
============
For install run 'python setup.py install' in the root of the distribution.
Documentation
=============
Sorry, there is no documentation yet.
You'll have to use the documentation for Spreadsheet::WriteExcel available
at
http://search.cpan.org/doc/JMCNAMARA/Spreadsheet-WriteExcel-0.42/WriteExcel/doc/WriteExcel.html
I've included several example python scripts (see "examples/" directory).
Try to translate the Perl code into Python with the help of the examples.
TODOs and changes
=================
See TODO.txt and CHANGES.txt :-]
Authors, copyright, and license
===============================
pyXLWriter was ported by Evgeny Filatov from Perl Spreadsheet::WriteExcel
module. The author of the Spreadsheet::WriteExcel module is John McNamara
<jmcnamara@cpan.org>. You can find this module on http://www.cpan.org
pyXLWriter use PLY package (by David M. Beazley <beazley@cs.uchicago.edu>)
for parsing formulas (see http://systems.cs.uchicago.edu/ply/)
Copyright (c) 2004 Evgeny Filatov <fufff@users.sourceforge.net>
Copyright (c) 2002-2004 John McNamara (PERL Spreadsheet::WriteExcel)
Distribution's license is GNU LGPL. The included LICENSE.txt file describes
this in detail.
Useful links
============
Perl Spreadsheet WriteExcel
http://search.cpan.org/search?dist=Spreadsheet-WriteExcel
Perl Spreadsheet::ParseExcel
http://search.cpan.org/search?dist=Spreadsheet-ParseExcel
OpenOffice's Spreadsheet Project
http://sc.openoffice.org/
http://sc.openoffice.org/excelfileformat.pdf
POIFS (OLE2) format documentation
http://jakarta.apache.org/poi/poifs/fileformat.html
http://jakarta.apache.org/poi/poifs/fileformat.pdf
PHP Pear Spreadsheet-Excel-Writer
http://pear.php.net/package/Spreadsheet_Excel_Writer/
php_writeexcel
http://www.bettina-attack.de/jonny/projects/php_writeexcel/
PHP SimpleXlsGen
http://psxlsgen.sourceforge.net
Ruby Spreadsheet::Excel
http://www.freshports.org/textproc/ruby-spreadsheet-excel/
Java API for reading, writing and modifying the contents of Excel spreadsheets
http://www.andykhan.com/jexcelapi/index.html
PHP Spreadsheet Excel Reader
http://sourceforge.net/projects/phpexcelreader/