Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / open Method / open(InputStream,OpenOptionsBase) Method
The file stream.
The format of opening the file stream. Possible types:
In This Topic
    open(InputStream,OpenOptionsBase) Method
    In This Topic
    Opens the stream with specified options.
    Syntax
    void open( 
       java.io.InputStream fileStream,
       OpenOptionsBase options
    )

    Parameters

    fileStream
    The file stream.
    options
    The format of opening the file stream. Possible types:
    See Also