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:
- Project Managers
- Process Planners
- BOM Managers
- Finance Managers
Go version - 1.12 and above
- Drop 1:
Support for all Logical functionsSupport for all text functions
- Drop 2:
- Support for building a range
- Support for Math & Trig with exception of array functions
- Support for Date & Time functions
Text Functions
- CONCAT
- CONCATENATE
- EXACT
- FIND
- FIXED - Todo
- LEFT
- LEN
- LOWER
- MID
- PROPER
- REPLACE
- REPT
- RIGHT
- SEARCH
- SUBSTITUTE
- TRIM
- UPPER
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()
}