Skip to content
Advertisement

How to center the text in PHPExcel merged cell

How to center text “test”?

This is my code:

JavaScript

Output Excel document:

enter image description here

Advertisement

Answer

if you want to align only this cells, you can do something like this:

JavaScript

But, if you want to apply this style to all cells, try this:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement