2

I want to generate a PDF file with a report as a table. I need to set rowspan. How can I do this?

1
  • I'm not completely sure what you're trying to do here. What exactly do you mean by rowspan? Commented Apr 30, 2011 at 8:47

1 Answer 1

6

If you mean that you need to merge cells in PHPExcel, then

$objPHPExcel->getActiveSheet()->mergeCells('A1:A3'); 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.