API Reference
Cmdlet
New-OfficeOpenDocument
Creates a native ODT, ODS, or ODP document.
Remarks
Creates a native ODT, ODS, or ODP document.
Examples
EXAMPLE 1
New-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
New-OfficeOpenDocument -Kind <Text|Spreadsheet|Presentation> [-Path <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Kind OdfDocumentKind
- OpenDocument text, spreadsheet, or presentation kind.
- Possible values:
Text,Spreadsheet,Presentation - Path String
- Optional initial destination path.
Outputs
OfficeIMO.OpenDocument.OdfDocument