<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Century Gothic" size=2>Hi,</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2></FONT> </DIV>
<DIV><FONT face="Century Gothic" size=2>Years ago i use xlrd to read data from
excel and now I need again, but i get strange result. The code is:</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2></FONT> </DIV>
<DIV><FONT face="Century Gothic" size=2>from xlrd import *</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face="Century Gothic" size=2>Planilha =
open_workbook('C:\\Resultados.xls')<BR>Resultados =
Planilha.sheet_by_name('Resultados')<BR>c =
(Resultados.cell_value(2,2))<BR>print c</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2></FONT> </DIV>
<DIV><FONT face="Century Gothic" size=2>and the result is: 0, but the value in
cell is : VERDADEIRO</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2></FONT> </DIV>
<DIV><FONT face="Century Gothic" size=2>What´s the problem</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2></FONT> </DIV>
<DIV><FONT face="Century Gothic" size=2>Thanks and sorry my bad
english</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2>Yeats</FONT></DIV>
<DIV><FONT face="Century Gothic" size=2></FONT> </DIV></BODY></HTML>