tjbearse / sheet-block-editor

A block based visual editor for Google Sheets
https://tjbearse.github.io/sheet-block-editor/
GNU General Public License v3.0
3 stars 0 forks source link

should be able to parse functions that skip arguments #37

Closed tjbearse closed 1 year ago

tjbearse commented 1 year ago

e.g. =max(1, , 3) or =max(,1)