pythonexcels/examples

Some changes with itertools in Python 3

Opened this issue · 0 comments

TheXu commented

Line 29 in erpdatapivot.py should be

Build the Pivot Table

tname = "PivotTable%d"%next( tablecount )

for Python 3 users