com.grapecity.documents.excel Package / Workbook Class / 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
public void save( 
   java.lang.String fileName,
   java.lang.String password
)

Parameters

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