Embedding a chart in excel
srijit at yahoo.com
srijit at yahoo.com
Sat Aug 23 07:03:56 EDT 2003
Hello,
Can you send me the code? In the mean time I shall check setcell.
Regards,
Srijit
Stephen Boulet <Stephen.Boulet at no.spam.motorola.com> wrote in message news:<bi5hm6$40t$1 at newshost.mot.com>...
> There seems to be a problem with UseExcel.setcell:
>
> >>> a.setcell(sht1.Name,1,(1,1))
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "excel_from_google.py", line 139, in setcell
> sht.Cells(row, col).Font.FontSize = fontSize
> File "C:\Python23\lib\site-packages\win32com\client\dynamic.py", line
> 504, in __setattr__
> raise AttributeError, "Property '%s.%s' can not be set." %
> (self._username_, attr)
> AttributeError: Property '<unknown>.FontSize' can not be set.
>
More information about the Python-list
mailing list