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