vinci1it2000 / formulas

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

In excel, I want to implement define lists and then get the results via "formulas" #141

Closed toca-Y closed 5 months ago

toca-Y commented 5 months ago

Is your feature request related to a problem? Please describe. If I define a cell in excel as a list, but excel says #value! , when I output this cell using formulas, an error occurs: image image But if I use =A10:A12, this is the way to reach my expectations with formulas and output the list

I want to parse the cell list expression with formulas. Can you help me with that