Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 288 Bytes

excel.close.md

File metadata and controls

16 lines (11 loc) · 288 Bytes

Excel.close

The close function is used to close the Excel object.

Sample

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

API

Calling Returning
excel. close ( ) void