aVadim483 / fast-excel-writer

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

Tab color #73

Closed AndreeaMb closed 3 months ago

AndreeaMb commented 3 months ago

Is there a way to set the tab color? Thank you!

aVadim483 commented 3 months ago

Yes, it added in last version 5.8

$sheet1->setTabColor('#ff0099');