Spreadsheet-WriteExcel-Simple - Re: Writing a Hebrew (right to left) file

Posted on Mon Mar 20 17:54:32 2006 by szabgab in response to 1975 (See the whole thread of 4)
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