Previous topic

excel_sheet_get_size

Next topic

excel_sheet_put_rows

This Page

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.

Example

See excel_open.

History

Version Description
5.5.0 New

id-1405700