moonlandsoft / yii2-phpexcel

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

Auto size #4

Closed newerton closed 5 years ago

newerton commented 8 years ago

Hi friend!

It is possible to add an auto size option?

In function 'executeColumns()'


public $this->setAutoSize = false;
...
if($this->setAutoSize){
    foreach (range(0, $colnum) as $col) {
        $activeSheet->getColumnDimensionByColumn($col)->setAutoSize(true);
    }
}
avarik-anam commented 8 years ago

Thank's for your support. I will test adding the properties autosize column later. If that no problem with this extension, i will update later.

newerton commented 8 years ago

Any prevision?

dongpoliu commented 8 years ago

I have gotten autoSize work, may I contribute it to your repo?

newerton commented 8 years ago

@dongpoliu it has a pull request: https://github.com/moonlandsoft/yii2-phpexcel/pull/5

avarik-anam commented 5 years ago

i has been merged the pull request, that will resolve this issue. Thank's