Tag

cell formatting

Add Strikethrough, Superscript And Subscript Text In Excel Files In PHP Using PHPSpreadSheet Strikethrough, superscript and subscript all live on the same object – the cell’s Font – so they are one lesson rather than three. This article sets each of… August 9, 2026 · PhpSpreadsheet Rotate Text In A Cell In Excel Files In PHP Using PHPSpreadSheet Tilting a header row 45 degrees is a single call to getAlignment()->setTextRotation(), and it saves you from either stretching every column to the width of its title or… August 8, 2026 · PhpSpreadsheet Add Rich Text To A Single Cell In Excel Files In PHP Using PHPSpreadSheet A plain string cell carries a single font, so one word cannot be bold and red while the rest stays normal. A RichText object, built from separate styled… August 2, 2026 · PhpSpreadsheet