Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / save Method / save(OutputStream,SaveOptionsBase) Method
The specified file stream.
The options of saving the file stream. Possible types:
In This Topic
    save(OutputStream,SaveOptionsBase) Method
    In This Topic
    Saves workbook to stream with specified options.
    Syntax
    void save( 
       java.io.OutputStream fileStream,
       SaveOptionsBase options
    )

    Parameters

    fileStream
    The specified file stream.
    options
    The options of saving the file stream. Possible types:
    See Also