com.grapecity.documents.excel Package / Workbook Class / open Method / open(InputStream,String) Method
The file stream.
The password of the file.
In This Topic
open(InputStream,String) Method
In This Topic
Opens the specified excel file stream.
Syntax
public void open( 
   java.io.InputStream fileStream,
   java.lang.String password
)

Parameters

fileStream
The file stream.
password
The password of the file.
See Also