Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 634 Bytes

excel.save.md

File metadata and controls

25 lines (18 loc) · 634 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.