I use python 2.7.3 and Windows7.
I want to decorate the Excel chart by using Python. It's not necessary to make charts from start to end.
First step(EXCEL STEP), I store data in the Excel sheet and make line chart roughly. (by selecting data range and using hot-key 'ALT+N+N+enter')
Next step(PYTHON STEP), I want to modify chart made in first step. Specifically border line color and width, chart size, label fonts, fonts size and so on.
How can I select or activate existing Excel chart by Python?(Not create chart from Python)