<< xls_Save xls_link xls_SelectRange >>

xls_link >> xls_link > xls_SaveAs

xls_SaveAs

Save workbook.

Calling Sequence

xls_SaveAs(fileName[, password])

Parameters

fileName

Path to the file.

password

The password to be given to open (and to write into) the file.

Description

Save the workbook to a file.

Example

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();

See Also


Report an issue
<< xls_Save xls_link xls_SelectRange >>