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