dgmckenna / InvestingCSVtoPivotReports

Convert TD Waterhouse CSV exports to pivot table excel files
MIT License
0 stars 1 forks source link

Import Error #1

Closed mmahadevan-okta closed 7 years ago

mmahadevan-okta commented 7 years ago

You've built exactly what I need. :)

I suspect this may be a macOS related issue. Any ideas?

15:26 $ python ./InvestingCSVtoPivotReports.py
Traceback (most recent call last):
  File "./InvestingCSVtoPivotReports.py", line 50, in <module>
    from openpyxl.cell import get_column_letter
ImportError: cannot import name get_column_letter
mmahadevan-okta commented 7 years ago

Ok, I think I got this one. The import openpyxl statement needs to be from openpyxl.utils import get_column_letter

dgmckenna commented 7 years ago

Hello, I'm glad you like it! I have a version of the script which works for the "new" webbroker. I'll post it within a few days.

If you've kept .csv files you downloaded with the old webbroker, there's a way to migrate that data into the excel file, and then switchover to the new version of the script.