.. highlightlang:: us .. index:: excel_sheet_close .. _excel_sheet_close: excel_sheet_close ================= .. us.tag excel_sheet_close NOTREADYENGLISH excel excel-read excel-write New550 :ref:`excel_sheet_close` closes a sheet and frees all memory associated with the sheet object. .. function:: bool = excel_sheet_close(oSheet) .. us.return **Return Value** *bool* is TRUE (1) if the sheet was closed successfully. .. us.params **Parameters** .. uparam:: oSheet *oSheet* is an object created by :ref:`excel_sheet_open`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.5.0 - New .. seealso:: :ref:`overview-excel-files`, :ref:`excel_create`, :ref:`excel_sheet_create`, :ref:`excel_sheet_put_rows` :sub:`id-1999606`