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

bug #29

Open
epony4c opened this issue Nov 22, 2023 · 1 comment
Open

bug #29

epony4c opened this issue Nov 22, 2023 · 1 comment

Comments

@epony4c
Copy link

epony4c commented Nov 22, 2023

xlsxwriter.exceptions.InvalidWorksheetName: Invalid Excel character '[]:*?/' in sheetname '1.【

使用bq功能,输出结果时提示该错误

@asaotomo
Copy link
Owner

经分析该问题是系统在尝试创建 Excel 的sheet表格时的问题。错误消息显示,表格名称包含了不允许的特殊字符,如方括号 '['、']'、冒号 ':'、问号 '?'、斜杠 '/' 等。

目前我们已在最新版对特殊字符进行了过滤,避免报错,您可以下载进行体验。

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

2 participants