Skip to content

External reference parsing error #20

Description

@dangerwolf

Description

For the formula '=+'C:\corpora\EENRON_with_configs_xlsx\spreadsheets[BAM-hplr.XLS]BAM-EGS'!$BC14', the correct interpretation should be an operator '+', followed by an external reference ''C:\corpora\EENRON_with_configs_xlsx\spreadsheets[BAM-hplr.XLS]BAM-EGS'!$BC14'.

Describe the results you received:
However, after running the code, the resulting interpretation is:
"[{"TValue": "C:\corpora\EENRON_with_configs_xlsx\spreadsheets\[BAM-hplr.XLS]BAM-EGS!$BC14", "TType": "Operand", "TSubType": "Range"}]".

Describe the results you expected:
“[{"TValue": "+", "TType": "OperatorInfix", "TSubType": "Math"},{"TValue": "C:\corpora\EENRON_with_configs_xlsx\spreadsheets\[BAM-hplr.XLS]BAM-EGS!$BC14", "TType": "Operand", "TSubType": "Range"}, ]”

Output of go version:

go version go1.24.5 windows/amd64

EFP version or commit ID:

[v0.0.1](https://github.com/xuri/efp/releases/tag/v0.0.1)

Environment details (OS, physical, etc.):
windows/amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions