API Reference
Cmdlet
Save-OfficeExcel
Saves an Excel workbook without disposing it.
Remarks
Saves an Excel workbook without disposing it.
Examples
Example 1: Save a workbook in-place.
PS>
$workbook | Save-OfficeExcel
Writes pending changes to disk and keeps the workbook open.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Save-OfficeExcel [-ClearCachedFormulaResults] [-DateSystem <1900|1904|NineteenHundred|NineteenFour>] [-DisableFastPackageWriter] -Document <ExcelDocument> [-EvaluateFormulas] [-ForceFullCalculationOnOpen] [-MarkFormulasDirty] [-PassThru] [-Password <String>] [-Path <String>] [-PdfPath <String>] [-SafePreflight] [-SafeRepairDefinedNames] [-Show] [-ValidateOpenXml] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- ClearCachedFormulaResults SwitchParameter
- Remove cached formula results before saving.
- DateSystem String
- Workbook date system for Excel date serials.
- Possible values:
1900,1904,NineteenHundred,NineteenFour - DisableFastPackageWriter SwitchParameter
- Disable OfficeIMO fast package writers for this save.
- Document ExcelDocument
- Workbook to save.
- EvaluateFormulas SwitchParameter
- Evaluate supported formulas and write cached values before saving.
- ForceFullCalculationOnOpen SwitchParameter
- Request a full workbook recalculation when opened in Excel-compatible applications.
- MarkFormulasDirty SwitchParameter
- Mark formula cells dirty before saving.
- PassThru SwitchParameter
- Emit the workbook for further processing.
- Password String
- Password used to save the workbook as an encrypted package.
- Path String
- Optional save-as path.
- PdfPath String
- Optional PDF path to create from the same workbook.
- SafePreflight SwitchParameter
- Run OfficeIMO worksheet preflight cleanup before saving.
- SafeRepairDefinedNames SwitchParameter
- Repair common defined-name issues before saving.
- Show SwitchParameter
- Open the workbook after saving.
- ValidateOpenXml SwitchParameter
- Validate the saved package with OpenXmlValidator and throw on errors.
Outputs
OfficeIMO.Excel.ExcelDocument