How To Position Chart in Workbook
问题 I am running python2.7, and using openpyxl version 1.8.6. I am able to generate a chart just fine, but am unable to locate anything that indicates the chart can then be positioned in a particular location in a sheet. Any assistance would be appreciated. I am using the following code to generate the chart: ws = wb2.get_sheet_by_name('Traffic Data') rowcount = ws.get_highest_row() values = Reference(ws,(1,1), (rowcount - 1,1)) labels = Reference(ws,(0,1),(rowcount,0)) title = "Events recorded