Skip to content

Excel expression not found , for example:=SUM(A1,A2)  #38

@YuboChu

Description

@YuboChu

XLS:
A1 : 1
A2 : 2
A3: =SUM(A1,A2)
code:
for colKey, col := range row.GetCols() {
formatIndex := xl.GetXFbyIndex(col.GetXFIndex())
colValue := col.GetString()
fmt.Println(colValue, formatIndex.GetFormatIndex(), col.GetType())
}
result:
1 0 *record.Rk
2 0 *record.Rk

A3 not found

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