Tag Archives: cells

PHPExcel: How to Bold a Cell’s Value

Today’s quick code tip is on how to embolden a cell’s value – in other words how to replace that big B bold button with some code! ;) Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments

PHPExcel: How to Set the Width of Cells

Today’s quick code tip is on how to specify or set the width of individual columns in your worksheet. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments

PHPExcel: How to Merge Cells

Today’s quick code hint deals with how one sets about merging a cell range using PHPExcell. Unfortunately for me though, the solution is so simple that this will only take one line of my time! :P Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , range, | View Comments