Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / open Method / open(InputStream,OpenFileFormat) Method
The specified file stream.
The format of the file stream.
In This Topic
    open(InputStream,OpenFileFormat) Method
    In This Topic
    Opens the stream with specified file format.
    Syntax
    public void open( 
       java.io.InputStream fileStream,
       OpenFileFormat fileFormat
    )

    Parameters

    fileStream
    The specified file stream.
    fileFormat
    The format of the file stream.
    See Also