Name
xlsx.Close -- close XLSX document
Synopsis
xlsx.Close(id)
Function
This function closes the specified XLSX document created by either xlsx.Open() or xlsx.Create(). Note that this function won't save any changes you have made to the XLSX document. If you want changes to be saved to the XLSX document, you must call xlsx.Save() or xlsx.SaveAs() first.

Inputs
id
identifier of the XLSX document to be closed

Show TOC