Prev: async notification handling w/o threads/polling (similiar tokill -hup)?
Next: importerror: module Gnuplot missing
From: Yinon Ehrlich on 9 Mar 2010 07:27 On Mar 7, 6:23 pm, vsoler <vicente.so...(a)gmail.com> wrote: > Hello, > > My code snippet reads data from excel ranges. First row and first > column are column headers and row headers respectively. After reding > the range I build a dict. > > What is the best approach for this problem? Can anybody help? Have you tried xlread ? (http://www.python-excel.org/) Best, -- Yinon |