Save method: PSSpreadsheet class

Syntax

Save()

Description

Use the Save method to save the Excel workbook file.

Parameters

None.

Returns

(Optional) A Boolean value: True if the method completes successfully, False otherwise.

Example

The following example saves the Excel workbook file.

&ssObject.Save();