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

    Parameters

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