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

    Parameters

    fileName
    The specified file.
    fileFormat
    The format of the file.
    See Also