<< xls_SetVisible xls_link xls_SetWorksheetName >>

xls_link >> xls_link > xls_SetWorksheet

xls_SetWorksheet

Active a specific sheet.

Calling Sequence

xls_SetWorksheet(sheet)

Parameters

sheet

Sheet number to activated.

Description

Active a specific sheet.

Example

xls_NewExcel();
xls_AddWorkbook();
xls_SetVisible();
for i = 1 : 3
    xls_SetWorksheet(i);
    xls_SetData("A1", "Sheet " + string(i));
    sleep(1000);
end

xls_SetSave(%t);
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_SetVisible xls_link xls_SetWorksheetName >>