aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
142 stars 26 forks source link

QUESTION : setColStyle input values #58

Closed arthur-ebing closed 2 months ago

arthur-ebing commented 2 months ago

Hi,

I'm trying to set the fill color of columns K:M to #dbdbdb but $style = ['fill'=>'#dbdbdb']; $excel->setColStyle('K:M', $style); isn't working as I expected. What am I doing wrong?

Thanks, Arthur