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

@ColumnWidth 无效 #3782

Open
Juncheng210 opened this issue Apr 26, 2024 · 1 comment
Open

@ColumnWidth 无效 #3782

Juncheng210 opened this issue Apr 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@Juncheng210
Copy link

Juncheng210 commented Apr 26, 2024

触发场景描述

使用 3.3.4 版本
列名为英文字母时设置列宽无效,使用了“A”、“AA”、“a”等方式@ColumnWidth均未生效

触发Bug的代码

    @ExcelProperty("A")
    @ColumnWidth(10)
    private Integer gradeA;

提示的异常或者没有达到的效果

image
@Juncheng210 Juncheng210 added the bug Something isn't working label Apr 26, 2024
@jieyangxchen
Copy link
Collaborator

复现

环境:macOS
easyexcel版本:3.3.4
jdk:8、21
根据代码:

    @ExcelProperty("A")
    @ColumnWidth(10)
    private Integer gradeA;

未复现op所说列名为英文字母时设置列宽无效

补充

请补充运行环境,以及完整的代码

@jieyangxchen jieyangxchen added the question Further information is requested label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants