MakeXLS($filename, $sheetname)

.XLSファイルを生成します。

文例:
$ec = new excelclient;
$ec.MakeXLS("c:\temp\test.xls", "testsheet");