API Reference
Cmdlet
Export-OfficeExcelChartImage
Exports one named worksheet chart as an image file.
Remarks
Exports one named worksheet chart as an image file.
Examples
Export a chart for inline use in an email.
PS>
Export-OfficeExcelChartImage -Path .\Report.xlsx -WorksheetName Summary -ChartName TicketStatus -OutputPath .\ticket-status.png
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
Export-OfficeExcelChartImage -ChartName <String> [-Force] [-Format <Png|Svg|Jpeg|Tiff|Webp>] [-Options <ExcelImageExportOptions>] [-OutputPath <String>] -Path <String> -WorksheetName <String> [<CommonParameters>]#Parameter set:
PathParameters
- ChartName String
- Chart name as stored in the worksheet drawing layer.
- Force SwitchParameter
- Replace an existing destination file.
- Format OfficeImageExportFormat
- Output image format.
- Possible values:
Png,Svg,Jpeg,Tiff,Webp - Options ExcelImageExportOptions
- Optional rendering, size, font, and diagnostic policy settings.
- OutputPath String
- Optional destination image file. When omitted, returns the in-memory image result only.
- Path String
- Path to the workbook.
- WorksheetName String
- Name of the worksheet containing the chart.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult
Export-OfficeExcelChartImage -ChartName <String> -Document <ExcelDocument> [-Force] [-Format <Png|Svg|Jpeg|Tiff|Webp>] [-Options <ExcelImageExportOptions>] [-OutputPath <String>] -WorksheetName <String> [<CommonParameters>]#Parameter set:
DocumentParameters
- ChartName String
- Chart name as stored in the worksheet drawing layer.
- Document ExcelDocument
- Open workbook instance.
- Force SwitchParameter
- Replace an existing destination file.
- Format OfficeImageExportFormat
- Output image format.
- Possible values:
Png,Svg,Jpeg,Tiff,Webp - Options ExcelImageExportOptions
- Optional rendering, size, font, and diagnostic policy settings.
- OutputPath String
- Optional destination image file. When omitted, returns the in-memory image result only.
- WorksheetName String
- Name of the worksheet containing the chart.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult