Laravel-excel: RTL Support ?

Created on 26 Dec 2015  路  1Comment  路  Source: Maatwebsite/Laravel-Excel

Hello

I searched the documentation but there wasn't anything about RTL, Does Laravel-Excel support RTL ?

Thanks

Most helpful comment

playing with this line did it :)

$sheet->setRightToLeft(true);

>All comments

playing with this line did it :)

$sheet->setRightToLeft(true);
Was this page helpful?
0 / 5 - 0 ratings