Closed ghost closed 5 years ago
right to left attribute was hard coded, so i've just created a variable to choose this attribute
$writer = new XLSXWriter(); $writer->setRightToLeft(true);
added in https://github.com/mk-j/PHP_XLSXWriter/commit/39101b730210faae9dc47260a207a0823d6d7479
right to left attribute was hard coded, so i've just created a variable to choose this attribute