-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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失效了 #4034
Comments
The "auto-width" feature is still in the experimental phase, so we can't guarantee full compatibility with tables at the moment. |
我拓展了这个代码,代码如下,想问一下,这样可以嘛,测试是没问题的,可以识别@ColumnWidth public class CustomColumnWidthStrategy extends LongestMatchColumnWidthStyleStrategy {
} |
Nice try. I don’t think there’s anything wrong with it, but make sure it aligns with the requirements of your business logic. |
好的,谢谢啦 |
你好,我这边看到评论已经删除了,请问一下是有更好的解决方案吗,谢谢啦
…------------------ 原始邮件 ------------------
发件人: "alibaba/easyexcel" ***@***.***>;
发送时间: 2024年10月28日(星期一) 晚上11:04
***@***.***>;
***@***.******@***.***>;
主题: Re: [alibaba/easyexcel] ***@***.***失效了 (Issue #4034)
maybe this solution will solve your problem click
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
That reply was not a real reply, but a link to an advertisement with a misleading nature. So I deleted it
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: cxz ***@***.***>
发送时间: Tuesday, October 29, 2024 5:43:42 PM
收件人: alibaba/easyexcel ***@***.***>
抄送: psxjoy ***@***.***>; Assign ***@***.***>
主题: Re: [alibaba/easyexcel] ***@***.***失效了 (Issue #4034)
你好,我这边看到评论已经删除了,请问一下是有更好的解决方案吗,谢谢啦
------------------ 原始邮件 ------------------
发件人: "alibaba/easyexcel" ***@***.***>;
发送时间: 2024年10月28日(星期一) 晚上11:04
***@***.***>;
***@***.******@***.***>;
主题: Re: [alibaba/easyexcel] ***@***.***失效了 (Issue #4034)
maybe this solution will solve your problem click
―
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
―
Reply to this email directly, view it on GitHub<#4034 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACRXFDVQ3OXMO62L7JFHU23Z55KE5AVCNFSM6AAAAABQSI6GQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBTG4ZDEOBQG4>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
就是想要有指定的就按照指定长度 @ColumnWidth来,没有的话,就是自动适应,这个怎么写呢,谢谢
The text was updated successfully, but these errors were encountered: