API Reference
Cmdlet
Add-OfficeExcelReportParagraph
Adds a paragraph line to the current Excel report sheet.
Remarks
Adds a paragraph line to the current Excel report sheet.
Examples
Add narrative text below a title block.
PS>
New-OfficeExcel -Path .\Operations.xlsx {
Add-OfficeExcelReportSheet -Name Summary {
Add-OfficeExcelReportTitle -Title 'Operational Summary'
Add-OfficeExcelReportParagraph -Text 'This workbook was generated from the validated source data.'
}
}
Adds prose to an OfficeIMO-composed Excel report sheet.
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
Add-OfficeExcelReportParagraph -Text <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Text String
- Paragraph text.
Outputs
System.Object