Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 359 Bytes

excel.close.md

File metadata and controls

20 lines (12 loc) · 359 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