LBNL-ETA / Adapter

The Adapter software is developed at the Energy Efficiency Standards Department and it provides a convenient data table loader from various formats such as xlsx, csv, db (sqlite database), and sqlalchemy. Its main feature is the ability to convert data tables identified in one main and optionally one or more additional input files into database tables and Pandas DataFrames for downstream usage in any compatible software.
1 stars 1 forks source link

'DefinedNameDict' object has no 'definedName' issue on Mac only #32

Closed 0xd5dc closed 1 year ago

0xd5dc commented 1 year ago

I found this error from a Mac user. Did anyone else get this error while loading xlsx input file on Mac?

Error messages:

Capture

0xd5dc commented 1 year ago

resolved by downgrading its dependency pip install --upgrade openpyxl==3.0.9