marzsocks/ipgrid

Unable to use parentheses as separator

Opened this issue · 0 comments

I'm building an excel tutorial app and I need to use parentheses to compute a simple expression like

=(A1+B2+C3)/0.4

I fiddled around with the notInBrakets regEx, but due to the absence of look behind operator in JS I'm not able to match ranges where not used in a function.