Deal with Excel reports with Pie Chart using Python

I recently created some excel reports by using python library: openpyxl I have a ReportTemplate with pie chart. Then, I write some data into the template file so that the data can be shown in pie chart. I can write excel in xlsx format succesfully. But I got some error dialogs prompting “excel found unreadable … Continue reading Deal with Excel reports with Pie Chart using Python