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

Setting Value Efficiency #26

Closed
coolboy0002001 opened this issue Feb 27, 2017 · 1 comment
Closed

Setting Value Efficiency #26

coolboy0002001 opened this issue Feb 27, 2017 · 1 comment
Labels
enhancement New feature or request

Comments

@coolboy0002001
Copy link

When setting value repeatedly with many cols, it runs very slow!

col := "A"
for i := 0; ; i++ {
	col += "A"
	xlsx.SetCellStr("Sheet1", col+"1", "a")
	fmt.Println("set value")
}

@xuri xuri added the enhancement New feature or request label Feb 28, 2017
@xuri
Copy link
Member

xuri commented Mar 13, 2017

@coolboy0002001 Thanks for your issue. I've done some optimization on this issue. The benchmark report of the current version of this library is shown on the wiki page. I will continue to focus on performance issues and optimize it. In addition, as a performance-related problem, I close this and merge it into the issue #29 is still discussing this problem.

@xuri xuri closed this as completed Mar 13, 2017
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