Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 638 Bytes

excel.save.md

File metadata and controls

26 lines (18 loc) · 638 Bytes

Excel.save

The save function is established to save the excel object to a file.

Sample

var excel = new Excel("test.xlsx");
excel.save("my.xlsx");

API

CallingReturning
Excel . save ( path )Excel
Excel . save ( path , password )Excel
ParametersTypeDescription
pathStringThe excel file path relatived to the storage folder.
passwordStringThe password for openning.