The save function is established to save the excel object to a file.
var excel = new Excel("test.xlsx");
excel.save("my.xlsx");
Calling | Returning |
---|---|
Excel . save ( path ) | Excel |
Excel . save ( path , password ) | Excel |
Parameters | Type | Description |
---|---|---|
path | String | The excel file path relatived to the storage folder. |
password | String | The password for openning. |