Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YuboChu opened this issue Nov 5, 2024 · 0 comments
Open

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

YuboChu opened this issue Nov 5, 2024 · 0 comments

Comments

@YuboChu
Copy link

YuboChu commented Nov 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant