-
Notifications
You must be signed in to change notification settings - Fork 820
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
不支持 go1.21 版本,麻烦给处理一下,谢谢 #772
Comments
Translation: "The go 1.21 version is not supported. Please fix it, thank you." |
@tealeg: It might not need fixing here. A project I maintain uses an older (v2) version of xlsx, and I found that spreadsheet cells were just empty with Go 1.21.0, similar to qax-os/excelize#1603. Upgrading to the latest v3 xlsx, I think, did seem to fix it, although I've not done much testing. Otherwise, the incompatibility might be this issue in Go, which was reported by the lead developer of excelize. The fix should be in Go 1.21.1, which is due in a few days (2023-09-06). So maybe worth retrying with Go 1.21.1 when it is released. |
Thanks @StevenMaude I can confirm Upgrading to the latest v3 xlsx fixed the issue for me. |
Now that Go 1.21.1 is released, I went back to check the v2 behaviour with Go 1.21.1; it works as before too. So I'd suggest that the fixes are either (or both) of:
There's probably no more to do here, unless @Yancy0220 can describe a problem that is present even with xlsx v3 and Go 1.21.1 or later. |
感谢
| |
yangkexian0220
|
|
***@***.***
|
---- 回复的原邮件 ----
| 发件人 | Steven ***@***.***> |
| 发送日期 | 2023年09月11日 19:02 |
| 收件人 | tealeg/xlsx ***@***.***> |
| 抄送人 | Yancy ***@***.***>,
Mention ***@***.***> |
| 主题 | Re: [tealeg/xlsx] 不支持 go1.21 版本,麻烦给处理一下,谢谢 (Issue #772) |
Now that Go 1.21.1 is released, I went back to check the v2 behaviour with Go 1.21.1; it works as before too.
So I'd suggest that the fixes are either (or both) of:
upgrade to xlsx v3
for Go 1.21, use Go 1.21.1 or later
There's probably no more to do here, unless @Yancy0220 can describe a problem that is present even with xlsx v3 and Go 1.21.1 or later.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Excellent, thank you @StevenMaude and @Yancy0220 ! |
No description provided.
The text was updated successfully, but these errors were encountered: