From b768bea16f2477ee5d6d8567e677d65186db6494 Mon Sep 17 00:00:00 2001 From: Mohamed LYAHYAOUI Date: Tue, 24 Dec 2013 21:36:20 +0700 Subject: =?UTF-8?q?python/python-xlwt:=20Added=20(Python=20package=20to=20?= =?UTF-8?q?work=20with=20MS=20Excel=20=E2=84=A2).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Willy Sudiarto Raharjo --- python/python-xlwt/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python-xlwt/README (limited to 'python/python-xlwt/README') diff --git a/python/python-xlwt/README b/python/python-xlwt/README new file mode 100644 index 0000000000..0fb91dbb5b --- /dev/null +++ b/python/python-xlwt/README @@ -0,0 +1,6 @@ +python-xlwt is a library for generating spreadsheet files that are compatible with +Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. + +python-xlwt has full support for Unicode. Excel spreadsheets can be generated on +any platform without needing Excel or a COM server. +The only requirement is Python 2.3 to 2.7. -- cgit v1.2.3