Any way to set autoSize with ExcelAnt?
Closed this issue · 1 comments
nebulousGirl commented
In PHPExcel, I can use:
$sheet->getColumnDimension($cell->getColumn())->setAutoSize(true);
Is it possible to set autoSize with ExcelAnt instead of doing it with PHPExcel after the conversion?
nebulousGirl commented
It appears it is not possible. Use the PHPExcel's way.