I am trying to create a PDF document using PHPexcel and mPDF as rendering engine.It generates an error "This PDF document might not be viewed correctly" when using the following code to merge cells.
$objPHPExcel->getActiveSheet()->mergeCells('A1:A3'); Has anybody experienced this error?
Simmy