Posts by Paulo César Pinheiro • 26 points
1 post
- 
		1 votes1 answer365 viewsA: How to format cells in excel through php?You can simply use html tag inside the fields as an example: <table> <tr> <td><h1>Titulo</h1></td> <td><strong>Titulo</strong></td>…