vinci1it2000 / formulas

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

Update operand.py #109

Closed tyrbonit closed 1 day ago

tyrbonit commented 1 year ago

fix formula error, if using named range with backslash in name, for example '=A1 + _1234\5678\90'

Status

READY/IN DEVELOPMENT/HOLD

Description

A few sentences describing the overall goals of the pull request's commits.

Related Issues

List related Issues against other branches:

Issue Description
[link]() ...
[link]() ...

Todos

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
python
...
vinci1it2000 commented 1 day ago

Thanks for your work! It is now included and will be released soon.