File "/Users/andrei/parsers/xlsx.py", line 141, in _load_pycel_workbook
return ExcelCompiler(filename)
File "/Users/andrei/venv/lib/python3.8/site-packages/pycel/excelcompiler.py", line 95, in __init__
wb_cycles = bool(self.excel.workbook.calculation.iterate)
AttributeError: 'NoneType' object has no attribute 'iterate'
What was expected to happen
It should work.
Problem description
When a workbook package is missing calcPr property then ExcelCompiler is failing to process the document.
What actually happened
What was expected to happen
It should work.
Problem description
When a workbook package is missing
calcPr
property then ExcelCompiler is failing to process the document.