Save workbook.
xls_SaveAs(fileName[, password])
Path to the file.
The password to be given to open (and to write into) the file.
Save the workbook to a file.
xls_NewExcel(); xls_AddWorkbook(); xls_SetVisible(%t); xls_SetData("A1:C3", [%t %f %t;%f %t %f;%t %f %t]); xls_SaveAs(TMPDIR + "/file.xls") xls_Close(); xls_Quit();