Excel formula Processor
There are lot of people who use excel in their day to day operations. They are well versed with excel formulas. Having support for excel formulas in a software system would be of great value of end users. Some target groups:
Go version - 1.12 and above
Text Functions
Use gval to implement Excel formula language
TODO
TODO - Draft only
Initialize the excel formula parse
package main
include (
praveentiru/efp
)
func main() int {
parser := efp.CreateParser()
}