<< xls_Save xls link (Automation) for Scilab xls_SelectRange >>

xls link (Automation) for Scilab >> xls link (Automation) for Scilab > xls_SaveAs

xls_SaveAs

Save workbook.

Calling Sequence

xls_SaveAs(fileName)

Parameters

fileName

Path to the file.

Description

Save workbook.

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 (Automation) for Scilab xls_SelectRange >>