Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / 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 workbook to file with specified file format.
    Syntax
    public void save( 
       java.lang.String fileName,
       SaveFileFormat fileFormat
    )

    Parameters

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