This code doesn't change the direction.
$this->excel->getActiveSheet()->setRightToLeft(true);
This code doesn't change the direction.
$this->excel->getActiveSheet()->setRightToLeft(true);
The code you used looks correct.
PHPExcel is an old library. The new library is PhpSpreadsheet. I have include PhpSpreadsheet in CodeIgniter 3 in the third_party
folder. See also