[SciPy-user] reading and writing data in Excel files

Hi Josh,

Thank you for your prompt response !
  I found an example in matplotlib/examples/pylab_examples
loadrec.py

Is it possible to color cells depending on the entry ?

Nils

···

On Wed, 10 Dec 2008 04:24:24 -0800 "Joshua Lippai" <discerptor@...287...> wrote:

With PyExcelerator installed, you can use the Excel tools in the
matplotlib toolkits

http://matplotlib.sourceforge.net/users/toolkits.html

Using them, you can read in Excel files as recarrays and write
recarrays to Excel files. It's fairly well-documented through
docstrings.

Josh