Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / 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 current worksheet to the specified format file stream.
    Syntax
    void save( 
       java.io.OutputStream fileStream,
       SaveFileFormat fileFormat
    )

    Parameters

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