excel_sheet_open opens an Excel sheet.
Return Value
oSheet is an object or the value 0 in case of an error.
Parameters
oExcel is an object created with excel_open.
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 |
See also
Overview Excel Files, excel_create, excel_sheet_create, excel_open
id-1405700