How to set rowspan using PHPExcel library for pdf with table? -
i want generate pdf file report table. need set rowspan. how can this?
if mean need merge cells in phpexcel, then
$objphpexcel->getactivesheet()->mergecells('a1:a3');
i want generate pdf file report table. need set rowspan. how can this?
if mean need merge cells in phpexcel, then
$objphpexcel->getactivesheet()->mergecells('a1:a3');
Comments
Post a Comment