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

Latest commit

 

History

History
19 lines (12 loc) · 355 Bytes

excel.close.md

File metadata and controls

19 lines (12 loc) · 355 Bytes

Excel.close

The close function is established to close the excel object.

Sample

	var excel = new Excel("test.xlsx");
	excel.save("my.xlsx").close();		// test.xlsx and my.xlsx will be kept both.

API

CallingReturning
Excel . close ( )void