functional overview
Open an Excel file.
Details of Functions
file-nameOpen the Excel file specified in Sheet nameThe sheet specified in the "sheet" is the target of processing for each logic that operates Excel.
- Operation Status by OS
-
OS run state (of a process) Android Not supported. iOS Not supported. Windows Works only on PCs with Excel 2008 or later installed.
parameter
- argument (e.g. function, program, programme)
-
file-name character string data
Specify the full path of the Excel file.
If blank, a file selection dialog is displayed,
You can select an Excel file to open.Sheet name character string data
Specifies the name of the sheet to be opened. file-nameto an Excel file opened in
The name of the sheet must be the name of the sheet to be included.display Specify whether the opened Excel file should be displayed on the screen.
If you choose not to show it, it will open in the background.- be just about to
- local
warning sign Specify whether warnings generated by Excel should be displayed on the screen. - be just about to
- local
Use standard view Specifies whether to use the standard view. If you do not use
It is opened in page layout view.- be just about to
- local
- return value
-
numeric data
Returns 1 if an Excel file was opened, 0 otherwise.