vinci1it2000 / formulas

Excel formulas interpreter in Python.
https://formulas.readthedocs.io/
European Union Public License 1.1
358 stars 75 forks source link

Name Manager #145

Closed retepViolet closed 2 months ago

retepViolet commented 3 months ago

Describe the bug When there are errors in the name manager of the original excel file, the program will fail to load the file.

To Reproduce There are plenty of uncorrect references in the Name Manager of the file below. formulas.ExcelModel() cannot load it correctly.

计算书.xlsx

retepViolet commented 3 months ago

I think "add_references()" method in the "excel/init.py" should be revised.

vinci1it2000 commented 2 months ago

Now it is fixed! Thanks for reporting.