dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
565 stars 147 forks source link

Bug: How to fix isblank is not defined #120

Closed hellobiek closed 3 years ago

hellobiek commented 3 years ago
pycel.excelformula.UnknownFunction: Traceback (most recent call last):
  File "D:\workspace\python\pycel\src\pycel\excelformula.py", line 952, in eval_func
    ret_val = in_array_formula_context.fit_to_range(excel_formula.compiled_lambda())
  File "D:\workspace\python\pycel\src\pycel\excelformula.py", line 968, in <lambda>
    ### Traceback will show this line if not loaded from a text file
NameError: name 'isblank' is not defined