Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / save Method / save(OutputStream,SaveFileFormat) Method
The specified file stream.
The format of the file stream.
In This Topic
    save(OutputStream,SaveFileFormat) Method
    In This Topic
    Saves workbook to stream with specified file format.
    Syntax
    public void save( 
       java.io.OutputStream fileStream,
       SaveFileFormat fileFormat
    )

    Parameters

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