xlsx.Save(id)
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.