You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "scripts/munge_data.py", line 216, in <module>
res = munge(args.filepath)
File "scripts/munge_data.py", line 160, in munge_file
records = excel.get_data(afile=res, file_type='xlsx')\
File "/usr/local/lib/python3.6/dist-packages/pyexcel_io/io.py", line 71, in get_data
afile, file_type=file_type, streaming=False, **keywords
File "/usr/local/lib/python3.6/dist-packages/pyexcel_io/io.py", line 89, in _get_data
return load_data(**keywords)
File "/usr/local/lib/python3.6/dist-packages/pyexcel_io/io.py", line 202, in load_data
result[key] = list(result[key])
File "/usr/local/lib/python3.6/dist-packages/pyexcel_io/sheet.py", line 77, in to_array
self.column_iterator(row)
File "/usr/local/lib/python3.6/dist-packages/pyexcel_xlsx/xlsxr.py", line 101, in column_iterator
value = cell.value
AttributeError: 'MergedCell' object has no attribute 'value'
(python version is 3.6.7)
The text was updated successfully, but these errors were encountered:
I can't post the data but here's a traceback
(python version is 3.6.7)
The text was updated successfully, but these errors were encountered: