pivots using pyExcelerator/xlrd

Posted by Raj N on Stack Overflow See other posts from Stack Overflow or by Raj N
Published on 2010-04-27T08:58:07Z Indexed on 2010/04/27 9:03 UTC
Read the original article Hit count: 347

Filed under:
|
|
|

How can I go about creating a sheet 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?

© Stack Overflow or respective owner

Related posts about python

Related posts about excel