API Reference
ExcelImageExportDiagnosticCodes
Stable diagnostic codes emitted by Excel image export.
Inheritance
- Object
- ExcelImageExportDiagnosticCodes
Remarks
These values are part of the image-export contract so callers can filter or assert known unsupported and approximate rendering cases without copying string literals.
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Fields
public const String CellTextClipped #Cell text was clipped or ellipsized to fit rendered bounds.
ExcelCellTextClippedpublic const String CellTextOccludedByDrawing #Cell text was suppressed because a later drawing layer covers the text anchor.
ExcelCellTextOccludedByDrawingpublic const String CellTextRotationApproximation #Cell text rotation was rendered through an approximate path.
ExcelCellTextRotationApproximationpublic const String CellStackedTextRotationUnsupported #Stacked vertical cell text is not rendered exactly yet.
ExcelCellStackedTextRotationUnsupportedpublic const String CellTextRotationUnsupported #The cell requested a text rotation value outside the supported range.
ExcelCellTextRotationUnsupportedpublic const String CellRichTextLayoutApproximation #Rich text fell back to an approximate or plain-text layout path.
ExcelCellRichTextLayoutApproximationpublic const String CellFontFamilyFallback #Requested cell font family could not be loaded exactly by the dependency-free exporter.
ExcelCellFontFamilyFallbackpublic const String FillGradientUnsupported #Excel gradient fills are not rendered by the dependency-free exporter yet.
ExcelFillGradientUnsupportedpublic const String FillPatternApproximation #Excel pattern fills are rendered as deterministic hatch approximations.
ExcelFillPatternApproximationpublic const String ConditionalRuleUnsupported #Unsupported conditional formatting rule type.
ExcelConditionalRuleUnsupportedpublic const String ConditionalIconSetUnsupported #Unsupported conditional formatting icon set.
ExcelConditionalIconSetUnsupportedpublic const String ConditionalIconSetApproximation #Conditional formatting icon sets are rendered as deterministic dependency-free approximations.
ExcelConditionalIconSetApproximationpublic const String ConditionalColorScaleUnsupported #Unsupported conditional formatting color scale variant.
ExcelConditionalColorScaleUnsupportedpublic const String ConditionalDataBarUnsupported #Unsupported conditional formatting data bar variant.
ExcelConditionalDataBarUnsupportedpublic const String ConditionalCellIsUnsupported #Unsupported conditional formatting cell-is expression.
ExcelConditionalCellIsUnsupportedpublic const String ConditionalFormulaUnsupported #Unsupported conditional formatting formula expression.
ExcelConditionalFormulaUnsupportedpublic const String ConditionalTopBottomUnsupported #Unsupported conditional formatting top/bottom variant.
ExcelConditionalTopBottomUnsupportedpublic const String ConditionalAboveAverageUnsupported #Unsupported conditional formatting above/below-average variant.
ExcelConditionalAboveAverageUnsupportedpublic const String ConditionalTextRuleUnsupported #Unsupported conditional formatting text-rule variant.
ExcelConditionalTextRuleUnsupportedpublic const String ConditionalTimePeriodUnsupported #Unsupported conditional formatting time-period variant.
ExcelConditionalTimePeriodUnsupportedpublic const String ConditionalDifferentialFormatUnsupported #Unsupported conditional formatting differential-format feature.
ExcelConditionalDifferentialFormatUnsupportedpublic const String ImageRasterFormatUnsupported #Unsupported raster image format for PNG export.
ExcelImageRasterFormatUnsupportedpublic const String ImageSvgFormatUnsupported #Unsupported image format for SVG embedding.
ExcelImageSvgFormatUnsupportedpublic const String ImageBytesMissing #Worksheet image bytes could not be read.
ExcelImageBytesMissingpublic const String ImageFormatUnknown #Worksheet image bytes did not contain a recognized image header.
ExcelImageFormatUnknownpublic const String CellCommentUnsupported #Classic comment or note bodies are not rendered yet.
ExcelCellCommentUnsupportedpublic const String CellCommentBodyApproximation #Classic comment or note bodies are rendered as dependency-free callout approximations.
ExcelCellCommentBodyApproximationpublic const String ThreadedCommentUnsupported #Threaded comment bodies are not rendered yet.
ExcelThreadedCommentUnsupportedpublic const String ThreadedCommentBodyApproximation #Threaded comment bodies are rendered as dependency-free callout approximations.
ExcelThreadedCommentBodyApproximationpublic const String DrawingShapeUnsupported #Worksheet drawing shape is not renderable by the current image exporter.
ExcelDrawingShapeUnsupportedpublic const String DrawingShapeTextRotationApproximation #Worksheet drawing shape text is rendered through an approximate rotation path.
ExcelDrawingShapeTextRotationApproximationpublic const String DrawingShapeTextAutoFitUnsupported #Worksheet drawing shape text requested resizing the shape to fit text, which image export does not support yet.
ExcelDrawingShapeTextAutoFitUnsupportedpublic const String DrawingShapeTextVerticalOrientationUnsupported #Worksheet drawing shape text requested a non-horizontal orientation, which image export does not support yet.
ExcelDrawingShapeTextVerticalOrientationUnsupportedpublic const String ChartKindApproximated #Chart kind is rendered through an approximate chart snapshot.
ExcelChartKindApproximatedpublic const String ChartKindUnsupported #Chart kind is not rendered by the dependency-free image exporter yet.
ExcelChartKindUnsupportedpublic const String ChartTrendlineUnsupported #Chart trendline rendering is not supported yet.
ExcelChartTrendlineUnsupportedpublic const String ChartDataLabelPointOverridesApproximated #Point-level data-label overrides are approximated.
ExcelChartDataLabelPointOverridesApproximatedpublic const String ChartDataLabelLeaderLinesUnsupported #Data-label leader lines are not rendered yet.
ExcelChartDataLabelLeaderLinesUnsupportedpublic const String ChartAreaStyleApproximation #Chart or plot area styling is approximate.
ExcelChartAreaStyleApproximationpublic const String ChartGridlineStyleApproximation #Chart gridline styling is approximate.
ExcelChartGridlineStyleApproximationpublic const String ChartAxisStyleApproximation #Chart axis styling is approximate.
ExcelChartAxisStyleApproximationpublic const String ChartAxisTickLabelPositionApproximation #Chart axis tick-label placement is approximate.
ExcelChartAxisTickLabelPositionApproximationpublic const String ChartAxisMinorTickMarkPlacementApproximation #Chart axis minor tick-mark placement is approximate.
ExcelChartAxisMinorTickMarkPlacementApproximationpublic const String ChartAxisCrossingApproximation #Chart axis crossing behavior is approximate.
ExcelChartAxisCrossingApproximationpublic const String ChartAxisScaleApproximation #Chart axis scaling behavior is approximate.
ExcelChartAxisScaleApproximationpublic const String ChartAxisNumberFormatApproximation #Chart axis number formatting is approximate.
ExcelChartAxisNumberFormatApproximationpublic const String ChartSecondaryAxisUnsupported #Chart secondary-axis series are rendered against the primary axis by the shared image renderer.
ExcelChartSecondaryAxisUnsupportedpublic const String ChartCategoryAxisNumberFormatUnsupported #Category/date-axis number formatting is not supported yet.
ExcelChartCategoryAxisNumberFormatUnsupportedpublic const String ChartTextStyleApproximation #Chart text styling is approximate.
ExcelChartTextStyleApproximationpublic const String ChartFontFamilyFallback #Requested chart text font family could not be loaded exactly by the dependency-free exporter.
ExcelChartFontFamilyFallbackpublic const String ChartSeriesStyleApproximation #Chart series styling is approximate.
ExcelChartSeriesStyleApproximationpublic const String PrintAreaMissing #Print-area export was requested but the worksheet has no print area.
ExcelPrintAreaMissingpublic const String PrintAreaMultipleAreasUnsupported #Multi-area print ranges are not supported by image export yet.
ExcelPrintAreaMultipleAreasUnsupportedpublic const String PrintAreaMultipleAreasSplit #Multi-area print ranges were exported as separate worksheet images.
ExcelPrintAreaMultipleAreasSplitpublic const String PrintAreaUnsupported #Configured print area could not be used by image export.
ExcelPrintAreaUnsupportedpublic const String ManualPageBreaksSplit #Manual worksheet page breaks were used to split image export into separate results.
ExcelManualPageBreaksSplitpublic const String ManualPageBreaksSingleImageUnsupported #Manual worksheet page-break splitting was requested through a single-image export path.
ExcelManualPageBreaksSingleImageUnsupportedpublic const String PrintTitlesUnsupported #Worksheet print title rows or columns are not repeated in image page output yet.
ExcelPrintTitlesUnsupportedpublic const String PageSetupUnsupported #Worksheet page setup settings are not applied to image page geometry yet.
ExcelPageSetupUnsupportedpublic const String PageSetupPaperSizeDefaulted #Worksheet page setup image output used the default paper size because no paper size is configured.
ExcelPageSetupPaperSizeDefaultedpublic const String PageSetupPaperSizeUnsupported #Worksheet page setup configured a paper size that image page geometry does not support yet.
ExcelPageSetupPaperSizeUnsupportedpublic const String SparklineKindUnsupported #Sparkline kind is not rendered by the image exporter yet.
ExcelSparklineKindUnsupportedpublic const String SparklineRangeUnsupported #Sparkline data range could not be resolved.
ExcelSparklineRangeUnsupportedpublic const String SparklineExternalRangeUnsupported #External sparkline data ranges are not rendered yet.
ExcelSparklineExternalRangeUnsupportedpublic const String SparklineDataMissing #Sparkline data is missing.
ExcelSparklineDataMissingpublic const String SparklineRenderingApproximation #Sparklines are rendered as deterministic approximations.
ExcelSparklineRenderingApproximation