Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / save Method / save(String,String) Method
The excel file.
The password of the file.
In This Topic
    save(String,String) Method
    In This Topic
    Saves data to the specified excel file.
    Syntax
    void save( 
       java.lang.String fileName,
       java.lang.String password
    )

    Parameters

    fileName
    The excel file.
    password
    The password of the file.
    See Also