Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / 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 specified format file stream.
    Syntax
    void open( 
       java.io.InputStream fileStream,
       OpenFileFormat fileFormat
    )

    Parameters

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