Registry / serialization / xuri-efp

xuri-efp

JSON →
library0.0.1gogounverified

An Excel formula parser tokenizing formulas using E. W. Bachtal's algorithm.

go get github.com/xuri/efp
INSTALL
IMPORT
SIG · XURI-EFP
X
xuri-efp
serializationgov0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

efp
github.com/xuri/efp

Parse an Excel formula into tokens.

package main import ( "fmt" "github.com/xuri/efp" ) func main() { parser := efp.ExcelParser{} parser.Parse("SUM(A1:A10)") fmt.Println(parser.Tokens) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Perplexity
1
OpenAI (training)
1
Resources
xuri-efp — go get xuri-efp · libregistry