I created Pie chart using this example in official doc. Here is my code
1 pie = PieChart() 2 labels = Reference(sheet, min_col=2, min_row=1, max_row=5) 3