API Reference
Cmdlet
New-OfficeExcelWorkbookImageOptions
Creates discoverable sheet selection and rendering settings for Export-OfficeExcelImage.
Remarks
Creates discoverable sheet selection and rendering settings for Export-OfficeExcelImage.
Examples
Render selected worksheets with charts and conditional formatting.
PS>
$options = New-OfficeExcelWorkbookImageOptions -SheetName Summary,Data -IncludeCharts -IncludeConditionalFormatting
Export-OfficeExcelImage -Path .\Workbook.xlsx -OutputPath .\Sheets -Options $options
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-OfficeExcelWorkbookImageOptions [-BackgroundColor <String>] [-IncludeCharts] [-IncludeConditionalFormatting] [-IncludeDrawingObjects] [-IncludeHidden] [-IncludeHiddenSheets] [-IncludeImages] [-MaximumDegreeOfParallelism <Int32>] [-MaximumOutputCount <Int32>] [-MaximumOutputHeight <Int32>] [-MaximumOutputWidth <Int32>] [-MaximumRasterPixels <Int64>] [-MaximumRenderedCells <Int32>] [-MaximumTotalEncodedBytes <Int64>] [-MaximumTotalRasterPixels <Int64>] [-RasterOverflowBehavior <ReduceScale|Throw>] [-RenderTimeoutSeconds <Double>] [-Scale <Double>] [-SheetName <String[]>] [-ShowGridlines] [-SplitWorksheetsByManualPageBreaks] [-TargetDpi <Double>] [-TextShapingLanguage <String>] [-UseWorksheetPrintAreas] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- BackgroundColor String
- IncludeCharts SwitchParameter
- Include worksheet charts.
- IncludeConditionalFormatting SwitchParameter
- Include conditional formatting.
- IncludeDrawingObjects SwitchParameter
- Include drawing objects.
- IncludeHidden SwitchParameter
- Include hidden rows and columns.
- IncludeHiddenSheets SwitchParameter
- Include hidden worksheets.
- IncludeImages SwitchParameter
- Include worksheet images.
- MaximumDegreeOfParallelism Int32
- MaximumOutputCount Int32
- MaximumOutputHeight Int32
- MaximumOutputWidth Int32
- MaximumRasterPixels Int64
- MaximumRenderedCells Int32
- Maximum cells rendered per worksheet.
- MaximumTotalEncodedBytes Int64
- MaximumTotalRasterPixels Int64
- RasterOverflowBehavior OfficeRasterOverflowBehavior
- Possible values:
ReduceScale,Throw - RenderTimeoutSeconds Double
- Scale Double
- SheetName String[]
- Worksheet names to export.
- ShowGridlines SwitchParameter
- Show worksheet gridlines.
- SplitWorksheetsByManualPageBreaks SwitchParameter
- Split worksheets at manual page breaks.
- TargetDpi Double
- TextShapingLanguage String
- UseWorksheetPrintAreas SwitchParameter
- Use worksheet print areas.
Outputs
OfficeIMO.Excel.ExcelWorkbookImageExportOptions