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

BenchmarkSetCellValue failure #611

Closed
dolmen opened this issue Apr 8, 2020 · 0 comments
Closed

BenchmarkSetCellValue failure #611

dolmen opened this issue Apr 8, 2020 · 0 comments
Projects

Comments

@dolmen
Copy link
Contributor

dolmen commented Apr 8, 2020

go test -bench BenchmarkSetCellValue
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:11 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:18 xml decode error: XML syntax error on line 1: invalid UTF-8
2020/04/08 18:03:18 xml decoder error: XML syntax error on line 1: invalid UTF-8
--- FAIL: BenchmarkSetCellValue
    cell_test.go:128: cannot convert cell "A0" to coordinates: invalid cell name "A0"
    cell_test.go:128: cannot convert cell "B0" to coordinates: invalid cell name "B0"
    cell_test.go:128: cannot convert cell "C0" to coordinates: invalid cell name "C0"
    cell_test.go:128: cannot convert cell "D0" to coordinates: invalid cell name "D0"
    cell_test.go:128: cannot convert cell "E0" to coordinates: invalid cell name "E0"
    cell_test.go:128: cannot convert cell "F0" to coordinates: invalid cell name "F0"
FAIL
exit status 1
FAIL	github.com/360EntSecGroup-Skylar/excelize/v2	8.641s
@dolmen dolmen changed the title BenchmarkSetCellValue BenchmarkSetCellValue failure Apr 8, 2020
@xuri xuri closed this as completed in c08fda6 Apr 9, 2020
xuri added a commit that referenced this issue Apr 9, 2020
- Allow empty filter, data, and rows in the pivot table
- Add more test case for pivot table
@xuri xuri added this to Bugfix in v2.2.0 Apr 10, 2020
nullfy pushed a commit to nullfy/excelize that referenced this issue Oct 23, 2020
- Allow empty filter, data, and rows in the pivot table
- Add more test case for pivot table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v2.2.0
  
Bugfix
Development

No branches or pull requests

1 participant