aVadim483 / fast-excel-writer

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

Prevent border style from being overwritten #51

Closed JohnChung2002 closed 6 months ago

JohnChung2002 commented 6 months ago

Issue: Border style being overwritten with the last side when using left/right/top/bottom (not an issue when using the const numeric value)

This can be fixed by setting the key value for $result instead of overwritting $result with each loop