I am using phpexcel to generate excel document with PHP. the question is, how to make auto height row using phpexcel? many thanks :)
$excel->getActiveSheet()->getDefaultRowDimension()->setRowHeight(-1);