Name
xlsx.Save -- save XLSX document
Synopsis
xlsx.Save(id)
Function
This function saves the XLSX document specified by id to the file that was specified when opening the XLSX document using xlsx.Open() or creating it using xlsx.Create(). If you want to save the XLSX document to a different location, use xlsx.SaveAs().

Note that this function won't close the XLSX document. You still need to call xlsx.Close() to free all resources associated with the XLSX document.

Inputs
id
identifier for the XLSX document

Show TOC