/
excelOpenWorkbook
excelOpenWorkbook
Description
Opens a workbook so that it may be used in the script.
Parameters
Return Type
Integer
Example
Opens a workbook, adds a new worksheet and then saves and closes the workbook.
use "excel";
int fid = openWorkbook("snakes.xlsx");
addSheet(fid, "Venemous Snakes", true);
closeWorkbook(fid);
Click here to download the workbook used in this example.
See also
Related content
excelOpenWorkbook
excelOpenWorkbook
More like this
excelCloseWorkbook
excelCloseWorkbook
More like this
Release notes 6.1
Release notes 6.1
More like this
User guide - 7.x
User guide - 7.x
More like this
Release notes 6.5
Release notes 6.5
More like this
Release notes 7.3.6
Release notes 7.3.6
More like this