Wisembly/ExcelAnt

Any way to set autoSize with ExcelAnt?

Closed this issue · 1 comments

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?

It appears it is not possible. Use the PHPExcel's way.