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'); 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -