simplexlsxgen icon indicating copy to clipboard operation
simplexlsxgen copied to clipboard

Applying font and font size to a single cell?

Open Tylemagne opened this issue 2 years ago • 1 comments

I crawled the source and can't find a way to do this. I see on line 326 and 327 it's setting it to a singular static value set by the defaults. Is there any way to set it manually, or is it stuck using these globals?

Tylemagne avatar Aug 02 '22 17:08 Tylemagne

1.2.15 only global font size supported $xlsx->setDefaultFontSize( 16 )

shuchkin avatar Aug 02 '22 17:08 shuchkin