I'm curious as to why the difference between IDLE and pythonWin when
using win32com.
opening an excel file, i've attempted to grab the chart information
out of the file.
commands like co = ChartObjects(1) works in pythonWin but doesn't
work in IDLE.
however, on both co = chartobjects(1) works just fine.
The same goes other things like SeriesCollectio n()/
seriescollectio n(1),seriescoll ection(2)..., Close()/close
Is there any way to fix it such that IDLE works with ChartObject()
too? I'd really like to be able to use ChartObject().C ount() (there
doesn't seem to be an equivalent chartobject.cou nt)
Thanks.
using win32com.
opening an excel file, i've attempted to grab the chart information
out of the file.
commands like co = ChartObjects(1) works in pythonWin but doesn't
work in IDLE.
however, on both co = chartobjects(1) works just fine.
The same goes other things like SeriesCollectio n()/
seriescollectio n(1),seriescoll ection(2)..., Close()/close
Is there any way to fix it such that IDLE works with ChartObject()
too? I'd really like to be able to use ChartObject().C ount() (there
doesn't seem to be an equivalent chartobject.cou nt)
Thanks.
Comment