Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / save Method / save(OutputStream,String) Method
The file stream.
The password of the file.
In This Topic
    save(OutputStream,String) Method
    In This Topic
    Saves data to the specified excel file stream.
    Syntax
    public void save( 
       java.io.OutputStream outputStream,
       java.lang.String password
    )

    Parameters

    outputStream
    The file stream.
    password
    The password of the file.
    See Also