moonlandsoft / yii2-phpexcel

Exporting PHP to Excel
MIT License
135 stars 89 forks source link

Update Excel.php #5

Closed newerton closed 5 years ago

newerton commented 8 years ago

including autosize

4

dongpoliu commented 8 years ago
    if($this->setAutoSize){
        foreach (range(0, $columns) as $col) {
            $activeSheet->getColumnDimension(\PHPExcel_Cell::stringFromColumnIndex($col))->setAutoSize(true);
        }
    }
avarik-anam commented 8 years ago

i am so sorry, i am late for response this request. i will try this first, and if it working, i will merge your pull request. one more, i am so sorry.