Message from discussion
Tutorial on working with Excel files in Python (without COM and cross platform!) at EuroPython 2009
Received: by 10.210.115.15 with SMTP id n15mr832959ebc.8.1245339487745;
Thu, 18 Jun 2009 08:38:07 -0700 (PDT)
Return-Path: <ch...@simplistix.co.uk>
Received: from server1.simplistix.co.uk (server1.simplistix.co.uk [89.151.125.140])
by gmr-mx.google.com with ESMTP id 13si404353ewy.2.2009.06.18.08.38.06;
Thu, 18 Jun 2009 08:38:06 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of ch...@simplistix.co.uk designates 89.151.125.140 as permitted sender) client-ip=89.151.125.140;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of ch...@simplistix.co.uk designates 89.151.125.140 as permitted sender) smtp.mail=ch...@simplistix.co.uk
Received: from [192.168.1.15] (cust162-dsl93-89-128.idnet.net [93.89.128.162])
by server1.simplistix.co.uk (Postfix) with ESMTPSA id 793784F809F;
Thu, 18 Jun 2009 16:38:06 +0100 (BST)
Message-ID: <4A3A5F66.2030701@simplistix.co.uk>
Date: Thu, 18 Jun 2009 16:38:14 +0100
From: Chris Withers <ch...@simplistix.co.uk>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
To: python-excel@googlegroups.com, python-l...@python.org,
Discussion of Numerical Python <numpy-discuss...@scipy.org>,
matplotlib-us...@lists.sourceforge.net, python-excel@googlegroups.com,
python-annou...@python.org
Subject: Tutorial on working with Excel files in Python (without COM and cross
platform!) at EuroPython 2009
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi All,
Too many people in the Python community *still* think the only way to
work with Excel files in Python is using COM on Windows.
To try and correct this, I'm giving a tutorial at this year's EuroPython
conference in Birmingham, UK on Monday, 29th June that will cover
working with Excel files in Python using the pure-python libraries xlrd,
xlwt and xlutils.
I'll be looking to cover:
- Reading Excel Files
Including extracting all the data types, formatting and working with
large files.
- Writing Excel Files
Including formatting, many of the useful frilly extras and writing
large excel files.
- Modifying and Filtering Excel Files
A run through of taking existing Excel files and modifying them in
various ways.
- Workshop for your problems
I'm hoping anyone who attends will get a lot out of this! If you're
planning on attending and have a particular problem you'd like to work
on in this part of the tutorial, please drop me an email and I'll try
and make sure I come prepared!
All you need for the tutorial is a working knowledge of Excel and
Python, with a laptop as an added benefit, and to be at EuroPython this
year:
http://www.europython.eu/
I look forward to seeing you all there!
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk