excel_sheet_openΒΆ

excel_sheet_open opens an Excel sheet.

oSheet = excel_sheet_open(oExcel, sheet_name)

Return Value

oSheet is an object or the value 0 in case of an error.

Parameters

oExcel

oExcel is an object created with excel_open.

sheet_name

sheet_name is a sheet name or the index of a sheet. The first sheet has the index 1.

Comment

If the sheet object is no longer in use invoked excel_sheet_close to close the sheet.

Example

See excel_open.

History

Version Description
5.5.0 New

id-1405700