mk-j / PHP_XLSXWriter

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

Right to left direction support #247

Closed ghost closed 5 years ago

ghost commented 5 years ago

right to left attribute was hard coded, so i've just created a variable to choose this attribute

ghost commented 5 years ago

$writer = new XLSXWriter(); $writer->setRightToLeft(true);

mk-j commented 5 years ago

added in https://github.com/mk-j/PHP_XLSXWriter/commit/39101b730210faae9dc47260a207a0823d6d7479