mk-j / PHP_XLSXWriter

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

Allow to set the tab ratio and default to 600 #310

Closed c-s-w closed 7 months ago

c-s-w commented 3 years ago

This pull request adds the possiblity to set the tab ratio (e.g. $writer->setTabRatio(800);).

Additionally, the default value is updated to match Excels default value.

This closes https://github.com/mk-j/PHP_XLSXWriter/issues/181

maksimovic commented 7 months ago

@c-s-w I've ported your changes to https://github.com/maksimovic/PHP_XLSXWriter/releases/tag/1.0.3

c-s-w commented 7 months ago

@maksimovic Thanks, I'll close this PR then.