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

About GetCellValue to get wrong result from Chinese style date #759

Closed
johnbitcn opened this issue Jan 8, 2021 · 1 comment
Closed

About GetCellValue to get wrong result from Chinese style date #759

johnbitcn opened this issue Jan 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@johnbitcn
Copy link

image
image

	for _,v :=range kCharAr{
		key := string(v) + strconv.Itoa(4)
		cell,_ := f.GetCellValue("表4 网点个人客户资产结构",key)
		date = append(date, cell)
	}
	for _,v := range date{
		fmt.Println(v)
	}

Output result:

2019""m""
2019""m""
2019""m""
2020""m""
2020""m""
2020""m""
2020""m""

versions

go 1.15

require github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
@xuri xuri added the enhancement New feature or request label Jan 8, 2021
@xuri
Copy link
Member

xuri commented Jan 8, 2021

Thanks for your feedback. This issue similar to #660. I close this and merge it into issue #660 is still discussing this feature.

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

No branches or pull requests

2 participants