PHPExcel能否设置列宽为自动

WBOY
Release: 2016-06-23 13:49:31
Original
4982 people have browsed it

比如下面

      A              B1    123            32102    123456         98765432103    1234567890     6543210
Copy after login


让A这一整列根据最长的第三行自动调整宽度
让B这一整列根据最长的第二行自动调整宽度
$excel -> getActiveSheet() -> getColumnDimension() -> setAutoSize(true);
如果用这个还要去写判断
有没有直接点的方法?


回复讨论(解决方案)

这句代码我写进去了,但是没反应

没人?。。。

看来真没人啊,我也没找到更方便的办法,还是写循环解决了。

phpexcel的自动列宽对中文支持貌似有问题,同问楼主 循环是怎么解决的?

phpexcel的自动列宽对中文支持貌似有问题,同问楼主 循环是怎么解决的?



我手动设置列宽了……

楼主这个自动设置列宽解决了吗?

这个自动设置列宽解决了吗? 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template