Said Bakr - 2007-06-04 00:09:03
Hi,
You have done very good work with your class. I suggest to set the charset as an optional parameter during object initiation. I had to modify it in the class line 106
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
to
<meta http-equiv=Content-Type content="text/html; charset=utf8">
to allow Arabic contents to be displayed correctly in the Excel.
it will be nice to have
$excel = new ExcelEriter(file.xls,'utf8');
Best Regards.