I have a pivot table generated using python code:
Date Grand Total
Name 1/2/2010 2/2/2010
Alice 5 6 11
bob 5 5 10
Clarke 4 8 12
Dwayne 3 4 7
I want the columns 'Name' and 'Grand Total'to be written in new excel sheet. Can anyone help me on this Thank you!