mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 664 forks source link

want gridline off option #222

Closed gamemarket closed 5 years ago

gamemarket commented 6 years ago

i have multi sheet xlsx but want to off grid line from a single sheet and others sheet need show grid line, is it possible with this class

mk-j commented 5 years ago

I think you should go through each file in examples/*.php of this project and see if one of those demonstrates the feature you are looking for.