Skip to content

link-duan/excel-formula-parser

Repository files navigation

excel-formula-parser

A parser for excel-formula written in pure Go

Unsupportted syntax

  • R1C1 style cell reference syntax. (had been deprecated by excel)
  • intersection operator (whitespace between references)

Usage

ast, _ := excelformulaparser.NewParser("=SUM(A1:B2, C$3, 4:4)").Parse()
fmt.Printf("%v", ast)

About

A parser for excel-formula written in pure Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages