Merge Cells
Function Prototype
mergeCells(string $scope, string $data[, resource $formatHandler]): selfstring $scope
string $data
resource $formatHandler
example
$excel->fileName("test.xlsx")
->mergeCells('A1:C1', 'Merge cells')
->output();Last updated