Skip to content

Instantly share code, notes, and snippets.

@Maxghp
Last active May 27, 2016 14:13
Show Gist options
  • Save Maxghp/8adb8eebbaab3505bd5d8c9c1e1fe960 to your computer and use it in GitHub Desktop.
Save Maxghp/8adb8eebbaab3505bd5d8c9c1e1fe960 to your computer and use it in GitHub Desktop.
PHPExcel
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