open method



Opens the specified spreadsheet file.

Syntax

sheetObject.open(fileName, fileType)

Applies to

Sheet class.

Parameters

fileName
String. The name of the file you want to open.
fileType
String. The type of the file you want to open. Valid file types are [[what?]].

Return value

none.

Usage

[[placeholder]]

Example
open method example

See also
saveAs method
new method
save method