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

    Parameters

    fileName
    The file name.
    See Also