Posted on 2006-03-20 15:54:32-08 by szabgab in response to 1975
Re: Writing a Hebrew (right to left) file

Thanks!

It is actually works like this:

my $xls = Spreadsheet::WriteExcel::Simple->new; $xls->sheet->right_to_left();

Now I only need to recognize during the time I am parsing the input file if that was L2R or R2L and save it accordingly.

Gabr

Direct Responses: 1978 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.