Last active
May 27, 2016 14:13
-
-
Save Maxghp/8adb8eebbaab3505bd5d8c9c1e1fe960 to your computer and use it in GitHub Desktop.
PHPExcel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for($col = 'A'; $col !== 'G'; $col++) { | |
$objPHPExcel->getActiveSheet() | |
->getColumnDimension($col) | |
->setAutoSize(true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment