xlrd
Yeats
w.b.yeats at uol.com.br
Sat Aug 2 23:54:10 EDT 2008
Hi,
Years ago i use xlrd to read data from excel and now I need again, but i get strange result. The code is:
from xlrd import *
Planilha = open_workbook('C:\\Resultados.xls')
Resultados = Planilha.sheet_by_name('Resultados')
c = (Resultados.cell_value(2,2))
print c
and the result is: 0, but the value in cell is : VERDADEIRO
What´s the problem
Thanks and sorry my bad english
Yeats
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080803/6df28670/attachment.html>
More information about the Python-list
mailing list