Python - Extra Excel chart series with win32com
问题 I'm writing some code for an assignment, and I need to create a simple column chart in Excel. This afternoon I found win32com (amazing tool by the way), but I've been suffering from either the lack of documentation about it, or my lack of luck to find it ^^ I'm playing around with the charts, and I think I've managed to do what I want, with a little exception: the function I wrote always creates 2 series of columns. This is what I've got: xlBook = xlApp.Workbooks.Add() xlSheet = xlBook.Sheets