<< xls_CallMacro xls_link xls_CopyDataRange >>

xls_link >> xls_link > xls_Close

xls_Close

Close the workbook.

Calling Sequence

r = xls_Close()

Parameters

r

a boolean: %t if it is closed.

Description

Close the workbook.

Example

xls_NewExcel();
xls_AddWorkbook();
xls_SetWorksheet(1);
xls_SetData('A1','Test Close');
xls_SaveAs(TMPDIR+filesep()+'test_xls_Close.xls');
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_CallMacro xls_link xls_CopyDataRange >>