I have some cells with text, in which strings are transferred by words. I need to set 'auto height' to the rows, but it does not work.
Below is my code:
$this->objPHPExcel->getActiveSheet()->getDefaultRowDimension()->setRowHeight('-1');
I have some cells with text, in which strings are transferred by words. I need to set 'auto height' to the rows, but it does not work.
Below is my code:
$this->objPHPExcel->getActiveSheet()->getDefaultRowDimension()->setRowHeight('-1');