fast-formula-parser
fast-formula-parser copied to clipboard
Support for partial column and row references
Currently =SUM(A2:A) computes the entire column as if the formula was =SUM(A:A).
While this would throw an error in Excel, google sheets parses this as the entire column, starting at row 2. Would it be possible to support these partial column and row references
Thanks!