Search code examples
codeigniter-3phpspreadsheetphpoffice

Dynamic Cell Merging in phpspreadsheet


My question is about generating an Excel sheet in codeigniter. The excel sheet sub-headings are not fixed, they are as per data, that's why i am not able to merge cells. Is there any solution for that? Ex:-Here sub-headings are not fix.


Solution

  • $spreadsheet->getActiveSheet()->mergeCells("$range1:$range2");