pivots using pyExcelerator/xlrd
问题 How can I go about creating a worksheet (within an excel workbook) with a pivot table using python libs like pyExcelerator / xlrd? I need to generate a daily report that has a pivot table to summarize data on other sheets. One option would be to have a blank template that I copy and populate with the data. In this case, is there a way to refresh the pivot from code? Any other suggestions? 回答1: Please clarify (by editing your question) whether "sheet" is an abbreviation of "spreadsheet" and