How to excel export for pivot table?
Name Code shop sum1 sum2
A 1 16 2 3
B 2 14 4 3
C 4 13 2 5
D 3 33 1 6
Name, code => rowGroup / shop => pivot
Then, it looks like on the screen.
Name Code total1 total2 sum1 sum2 sum1 sum2
A 1 6 6 2 3 4 3 ...
but I export excel. It looks like
I want to export excel like this picture. What should I change to look the same as this?

