A parser for excel-formula written in pure Go
R1C1
style cell reference syntax. (had been deprecated by excel)- intersection operator (whitespace between references)
ast, _ := excelformulaparser.NewParser("=SUM(A1:B2, C$3, 4:4)").Parse()
fmt.Printf("%v", ast)