API Reference
Cmdlet
Get-OfficeOpenDocument
Loads a native ODT, ODS, or ODP document.
Remarks
Loads a native ODT, ODS, or ODP document.
Examples
EXAMPLE 1
Get-OfficeOpenDocument -Path 'C:\Path'
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
Get-OfficeOpenDocument [-Options <OdfLoadOptions>] -Path <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Options OdfLoadOptions
- Optional bounded package and XML settings.
- Path String
- Path to an ODT, ODS, or ODP file.
Outputs
OfficeIMO.OpenDocument.OdfDocument OfficeIMO.OpenDocument.OdtDocument OfficeIMO.OpenDocument.OdsDocument OfficeIMO.OpenDocument.OdpPresentation