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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -