API Reference
LegacyXlsImportReport
Compact import summary intended for corpus baselines and preflight checks.
Inheritance
- Object
- LegacyXlsImportReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public String ToMarkdown() #StringReturns a compact Markdown summary suitable for corpus snapshots.
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 WorksheetCount { get; } #Gets the number of imported worksheet sheets.
public Int32 UnsupportedSheetCount { get; } #Gets the number of sheet entries that were preserved as unsupported metadata.
public Int32 CellCount { get; } #Gets the number of imported cells, including blank style-only cells.
public Int32 FormulaCellCount { get; } #Gets the number of imported formula cells.
public Int32 CommentCount { get; } #Gets the number of imported comments.
public IReadOnlyDictionary<String, Int32> CommentsByObjectType { get; } #Gets parsed comments grouped by decoded OBJ common-object type id.
public IReadOnlyDictionary<String, Int32> CommentsByObjectTypeName { get; } #Gets parsed comments grouped by decoded OBJ common-object type name.
public IReadOnlyDictionary<String, Int32> CommentsByObjectFlags { get; } #Gets parsed comments grouped by decoded OBJ common-object flag bitfield.
public IReadOnlyDictionary<String, Int32> CommentsByObjectFlagName { get; } #Gets parsed comments grouped by decoded OBJ common-object flag name.
public IReadOnlyDictionary<String, Int32> CommentsByAnchorRange { get; } #Gets parsed comments grouped by preserved OfficeArt client-anchor start and end cell.
public IReadOnlyDictionary<String, Int32> CommentsByAnchorOffset { get; } #Gets parsed comments grouped by preserved OfficeArt client-anchor offsets.
public IReadOnlyDictionary<String, Int32> CommentsByAnchorFlags { get; } #Gets parsed comments grouped by preserved OfficeArt client-anchor flag bitfield.
public Int32 HyperlinkCount { get; } #Gets the number of imported hyperlinks.
public Int32 DataValidationCount { get; } #Gets the number of imported data validation rules.
public Int32 DataValidationCollectionRecordCount { get; } #Gets the number of parsed DVal data-validation collection headers.
public Int32 ConditionalFormattingCount { get; } #Gets the number of imported conditional formatting rules.
public Int32 AutoFilterCriteriaCount { get; } #Gets the number of imported AutoFilter criteria columns.
public IReadOnlyDictionary<String, Int32> WorksheetFeatureStates { get; } #Gets non-empty worksheet feature bundles grouped by data-validation, conditional-formatting, and AutoFilter state.
public IReadOnlyDictionary<String, Int32> WorksheetProtectionObjectStates { get; } #Gets worksheet object protection states declared by ObjProtect records.
public IReadOnlyDictionary<String, Int32> WorksheetProtectionScenarioStates { get; } #Gets worksheet scenario protection states declared by ScenarioProtect records.
public IReadOnlyDictionary<String, Int32> DataValidationCollectionsBySheet { get; } #Gets parsed DVal collection headers grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> DataValidationCollectionsByDeclaredCount { get; } #Gets parsed DVal collection headers grouped by declared validation count.
public IReadOnlyDictionary<String, Int32> DataValidationCollectionStates { get; } #Gets parsed DVal collection headers grouped by declared-vs-parsed validation state.
public IReadOnlyDictionary<String, Int32> DataValidationsByType { get; } #Gets imported data validations grouped by validation type.
public IReadOnlyDictionary<String, Int32> DataValidationsByOperator { get; } #Gets imported data validations grouped by comparison operator.
public IReadOnlyDictionary<String, Int32> DataValidationsByErrorStyle { get; } #Gets imported data validations grouped by error alert style.
public IReadOnlyDictionary<String, Int32> DataValidationsByAllowBlankState { get; } #Gets imported data validations grouped by blank-value handling.
public IReadOnlyDictionary<String, Int32> DataValidationsByInputMessageState { get; } #Gets imported data validations grouped by input-prompt display state.
public IReadOnlyDictionary<String, Int32> DataValidationsByErrorMessageState { get; } #Gets imported data validations grouped by error-alert display state.
public IReadOnlyDictionary<String, Int32> DataValidationsByPromptTextState { get; } #Gets imported data validations grouped by input prompt text presence.
public IReadOnlyDictionary<String, Int32> DataValidationsByErrorTextState { get; } #Gets imported data validations grouped by error alert text presence.
public IReadOnlyDictionary<String, Int32> DataValidationsByDropDownState { get; } #Gets imported list data validations grouped by in-cell dropdown behavior.
public IReadOnlyDictionary<String, Int32> DataValidationsBySheet { get; } #Gets imported data validations grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> DataValidationsByRangeCount { get; } #Gets imported data validations grouped by number of covered ranges.
public IReadOnlyDictionary<String, Int32> DataValidationsByRange { get; } #Gets imported data validations grouped by covered A1 range.
public IReadOnlyDictionary<String, Int32> DataValidationsBySheetAndRange { get; } #Gets imported data validations grouped by worksheet-qualified covered A1 range.
public IReadOnlyDictionary<String, Int32> DataValidationsByFormula1State { get; } #Gets imported data validations grouped by first-formula presence.
public IReadOnlyDictionary<String, Int32> DataValidationsByFormula2State { get; } #Gets imported data validations grouped by second-formula presence.
public IReadOnlyDictionary<String, Int32> DataValidationsByFormulaPairState { get; } #Gets imported data validations grouped by combined first/second formula presence.
public IReadOnlyDictionary<String, Int32> DataValidationListSourcesByKind { get; } #Gets imported list data validations grouped by source shape.
public IReadOnlyDictionary<String, Int32> DataValidationListSourcesByItemCount { get; } #Gets imported list data validations grouped by inline item count.
public IReadOnlyDictionary<String, Int32> DataValidationListSourcesByRange { get; } #Gets imported list data validations grouped by source range.
public IReadOnlyDictionary<String, Int32> DataValidationListSourcesByName { get; } #Gets imported list data validations grouped by source defined name.
public IReadOnlyDictionary<String, Int32> DataValidationListSourcesBySheetName { get; } #Gets imported list data validations grouped by source sheet name.
public Int32 ArrayFormulaRecordCount { get; } #Gets the number of Array formula records decoded during import.
public IReadOnlyDictionary<String, Int32> ArrayFormulasBySheet { get; } #Gets Array formula records grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByRange { get; } #Gets Array formula records grouped by covered A1 range.
public IReadOnlyDictionary<String, Int32> ArrayFormulasBySheetAndRange { get; } #Gets Array formula records grouped by worksheet-qualified A1 range.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByDeclaredCellCount { get; } #Gets Array formula records grouped by declared cell count.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByMatchedFormulaCellCount { get; } #Gets Array formula records grouped by the number of matched cached formula cells.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByAlwaysCalculateState { get; } #Gets Array formula records grouped by recalculation flag state.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByProjectionState { get; } #Gets Array formula records grouped by whether formula text was projected onto matched cells.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByTokenByteCount { get; } #Gets Array formula records grouped by parsed token byte count.
public IReadOnlyDictionary<String, Int32> ArrayFormulasByExtraByteCount { get; } #Gets Array formula records grouped by parsed-formula ancillary byte count.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByType { get; } #Gets imported conditional formatting rules grouped by rule type.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByOperator { get; } #Gets imported conditional formatting cell-is rules grouped by comparison operator.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsBySheet { get; } #Gets imported conditional formatting rules grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByRangeCount { get; } #Gets imported conditional formatting rules grouped by number of covered ranges.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByRange { get; } #Gets imported conditional formatting rules grouped by covered A1 range.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsBySheetAndRange { get; } #Gets imported conditional formatting rules grouped by worksheet-qualified covered A1 range.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByFormula1State { get; } #Gets imported conditional formatting rules grouped by first-formula presence.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByFormula2State { get; } #Gets imported conditional formatting rules grouped by second-formula presence.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByFormulaPairState { get; } #Gets imported conditional formatting rules grouped by combined first/second formula presence.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByPriorityState { get; } #Gets imported conditional formatting rules grouped by whether an extension priority was decoded.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByPriority { get; } #Gets imported conditional formatting extension priorities grouped by priority value.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByStopIfTrueState { get; } #Gets imported conditional formatting rules grouped by stop-if-true behavior.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByDifferentialFormatState { get; } #Gets imported conditional formatting rules grouped by whether a differential format was attached.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByDifferentialFill { get; } #Gets imported conditional formatting differential formats grouped by decoded fill shape.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByDifferentialFont { get; } #Gets imported conditional formatting differential formats grouped by decoded font shape.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByDifferentialBorder { get; } #Gets imported conditional formatting differential formats grouped by decoded border shape.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingsByDifferentialNumberFormat { get; } #Gets imported conditional formatting differential formats grouped by decoded number format shape.
public Int32 ConditionalFormattingExtensionRecordCount { get; } #Gets the number of preserve-only conditional-formatting extension records discovered during import.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionsBySheet { get; } #Gets preserve-only conditional-formatting extension records grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionsByRecordType { get; } #Gets preserve-only conditional-formatting extension records grouped by BIFF record type.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionStates { get; } #Gets preserve-only conditional-formatting extension records grouped by decoded state.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionPriorities { get; } #Gets preserve-only conditional-formatting extension records grouped by decoded priority.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionStopIfTrueStates { get; } #Gets preserve-only conditional-formatting extension records grouped by decoded stop-if-true state.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionInlineFormattingByteCounts { get; } #Gets preserve-only conditional-formatting extension records grouped by declared inline formatting byte count.
public IReadOnlyDictionary<String, Int32> ConditionalFormattingExtensionDxfProjectionStates { get; } #Gets preserve-only conditional-formatting extension records grouped by Dxf projection state.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaBySheet { get; } #Gets imported AutoFilter criteria grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByOperator { get; } #Gets imported AutoFilter conditions grouped by comparison operator.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByValueKind { get; } #Gets imported AutoFilter conditions grouped by BIFF operand kind.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByTextPattern { get; } #Gets imported AutoFilter text conditions grouped by wildcard-pattern shape.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByJoinOperator { get; } #Gets imported AutoFilter criteria grouped by condition join operator.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByKind { get; } #Gets imported AutoFilter criteria grouped by criteria kind.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByColumn { get; } #Gets imported AutoFilter criteria grouped by zero-based column id.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaBySheetAndColumn { get; } #Gets imported AutoFilter criteria grouped by worksheet-qualified zero-based column id.
public IReadOnlyDictionary<String, Int32> AutoFilterCriteriaByConditionCount { get; } #Gets imported AutoFilter criteria grouped by condition count.
public IReadOnlyDictionary<String, Int32> AutoFilterTop10Kinds { get; } #Gets imported Top/Bottom AutoFilter criteria grouped by top/bottom and items/percent shape.
public IReadOnlyDictionary<String, Int32> AutoFilterTop10Values { get; } #Gets imported Top/Bottom AutoFilter criteria grouped by shape and value.
public IReadOnlyDictionary<String, Int32> AutoFilterTop10Directions { get; } #Gets imported Top/Bottom AutoFilter criteria grouped by top or bottom direction.
public IReadOnlyDictionary<String, Int32> AutoFilterTop10Units { get; } #Gets imported Top/Bottom AutoFilter criteria grouped by item-count or percentage unit.
public IReadOnlyDictionary<String, Int32> WorksheetsByVisibility { get; } #Gets imported worksheets grouped by decoded BoundSheet visibility state.
public IReadOnlyDictionary<String, Int32> WorkbookCodeNameStates { get; } #Gets whether the workbook CodeName record was present.
public IReadOnlyDictionary<String, Int32> WorkbookCodeNames { get; } #Gets workbook CodeName values grouped by name.
public IReadOnlyDictionary<String, Int32> WorkbookOptionStates { get; } #Gets decoded workbook option states from Backup and BookBool records.
public IReadOnlyDictionary<String, Int32> WorkbookBuiltInFunctionGroupCounts { get; } #Gets decoded BuiltInFnGroupCount values grouped by observed function category count.
public IReadOnlyDictionary<String, Int32> WorksheetCodeNameStates { get; } #Gets imported worksheets grouped by CodeName record presence.
public IReadOnlyDictionary<String, Int32> WorksheetCodeNames { get; } #Gets worksheet CodeName values grouped by name.
public Int32 DefinedNameCount { get; } #Gets the number of imported defined names.
public Int32 ExternalReferenceCount { get; } #Gets the number of preserved external-reference records.
public Int32 ExternalSheetNameCount { get; } #Gets the number of external workbook sheet names declared by supporting links.
public Int32 ExternalNameCount { get; } #Gets the number of external names declared by supporting links.
public Int32 ExternalCellCacheCount { get; } #Gets the number of preserved external cell cache sections.
public Int32 ExternalCachedCellCount { get; } #Gets the number of preserved cached external cell values.
public Int32 ExternalQueryConnectionCount { get; } #Gets the number of preserve-only DBQueryExt external query connection records decoded during import.
public Int32 DataConsolidationReferenceCount { get; } #Gets the number of preserve-only DConRef source range records decoded during import.
public Int32 DataConsolidationNameCount { get; } #Gets the number of DConName named consolidation source records decoded during import.
public Int32 PivotTableRecordCount { get; } #Gets the number of preserve-only PivotTable BIFF records discovered during import.
public Int32 ChartRecordCount { get; } #Gets the number of preserve-only chart BIFF records discovered during import.
public Int32 DrawingRecordCount { get; } #Gets the number of preserve-only drawing and object BIFF records discovered during import.
public Int32 ThemeRecordCount { get; } #Gets the number of preserve-only workbook Theme records discovered during import.
public Int32 DrawingOfficeArtRecordCount { get; } #Gets the number of OfficeArt record headers discovered under preserve-only drawing records.
public Int32 DrawingGroupBlockCount { get; } #Gets the number of OfficeArtFDGGBlock records decoded under preserve-only drawing records.
public Int32 DrawingGroupInfoCount { get; } #Gets the number of OfficeArtFDG records decoded under preserve-only drawing records.
public Int32 DrawingIdentifierClusterCount { get; } #Gets the number of OfficeArtIDCL clusters decoded under OfficeArtFDGGBlock records.
public Int32 DrawingShapePropertyCount { get; } #Gets the number of OfficeArtFOPT shape property entries discovered under preserve-only drawing records.
public Int32 DifferentialFormatCount { get; } #Gets the number of parsed differential formats discovered during import.
public IReadOnlyDictionary<String, Int32> DifferentialFormatsByRecordType { get; } #Gets parsed differential formats grouped by source BIFF record type.
public IReadOnlyDictionary<String, Int32> DifferentialFormatsByContentState { get; } #Gets parsed differential formats grouped by decoded content state.
public IReadOnlyDictionary<String, Int32> DifferentialFormatsByFill { get; } #Gets parsed differential formats grouped by decoded fill shape.
public IReadOnlyDictionary<String, Int32> DifferentialFormatsByFont { get; } #Gets parsed differential formats grouped by decoded font shape.
public IReadOnlyDictionary<String, Int32> DifferentialFormatsByBorder { get; } #Gets parsed differential formats grouped by decoded border shape.
public IReadOnlyDictionary<String, Int32> DifferentialFormatsByNumberFormat { get; } #Gets parsed differential formats grouped by decoded number format shape.
public Int32 TableStyleCollectionRecordCount { get; } #Gets the number of parsed TableStyles collection records.
public Int32 TableStyleDefinitionCount { get; } #Gets the number of parsed user-defined TableStyle records.
public Int32 TableStyleElementRecordCount { get; } #Gets the number of parsed TableStyleElement records.
public IReadOnlyDictionary<String, Int32> TableStyleCollectionsByDefaultTableStyle { get; } #Gets table style collection records grouped by default table style name.
public IReadOnlyDictionary<String, Int32> TableStyleCollectionsByDefaultPivotStyle { get; } #Gets table style collection records grouped by default PivotTable style name.
public IReadOnlyDictionary<String, Int32> TableStyleCollectionsByTotalStyleCount { get; } #Gets table style collection records grouped by declared total style count.
public IReadOnlyDictionary<String, Int32> TableStylesByName { get; } #Gets user-defined table styles grouped by style name.
public IReadOnlyDictionary<String, Int32> TableStylesByApplicability { get; } #Gets user-defined table styles grouped by table and PivotTable applicability.
public IReadOnlyDictionary<String, Int32> TableStylesByDeclaredElementCount { get; } #Gets user-defined table styles grouped by declared element count.
public IReadOnlyDictionary<String, Int32> TableStylesByParsedElementCount { get; } #Gets user-defined table styles grouped by parsed element count.
public IReadOnlyDictionary<String, Int32> TableStyleElementsByType { get; } #Gets table style elements grouped by element type.
public IReadOnlyDictionary<String, Int32> TableStyleElementsByDifferentialFormatIndex { get; } #Gets table style elements grouped by referenced differential format index.
public IReadOnlyDictionary<String, Int32> TableStyleElementsByStripeSize { get; } #Gets stripe table style elements grouped by stripe size.
public Int32 CompoundFeatureRecordCount { get; } #Gets the number of preserve-only compound container features discovered during import.
public Int32 CompoundFeatureEntryCount { get; } #Gets the number of matching compound directory entries behind preserve-only compound features.
public Int32 CompoundVbaModuleCount { get; } #Gets the number of VBA module streams discovered in preserve-only compound features.
public Int64 CompoundFeatureEntryByteCount { get; } #Gets the total declared byte size of matching preserve-only compound entries with known sizes.
public Int64 CompoundVbaModuleByteCount { get; } #Gets the total declared byte size of discovered VBA module streams with known sizes.
public Int32 CalculationSettingRecordCount { get; } #Gets the number of calculation setting records parsed from BIFF records.
public Int32 CellStyleRecordCount { get; } #Gets the number of workbook cell style records parsed from Style records.
public Int32 CellStyleExtensionRecordCount { get; } #Gets the number of preserve-only style extension records parsed from XFExt records.
public Int32 FormulaTokenRecordCount { get; } #Gets the number of parsed-formula token observations captured during import.
public Int32 FutureFunctionAliasCount { get; } #Gets the number of Excel future-function aliases discovered from defined-name records.
public Int32 WorkbookMetadataRecordCount { get; } #Gets the number of workbook metadata records parsed from BIFF records.
public Int32 WorkbookFutureMetadataRecordCount { get; } #Gets the number of preserve-only workbook future metadata records parsed from BIFF records.
public Int32 WorksheetMetadataRecordCount { get; } #Gets the number of worksheet metadata records parsed from BIFF records.
public Int32 WorksheetFutureMetadataRecordCount { get; } #Gets the number of preserve-only worksheet future metadata records parsed from BIFF records.
public Int32 UnsupportedSheetMetadataRecordCount { get; } #Gets the number of metadata records parsed from unsupported sheet substreams.
public Int32 UnsupportedSheetFutureMetadataRecordCount { get; } #Gets the number of preserve-only future metadata records parsed from unsupported sheet substreams.
public Int32 UnsupportedFeatureCount { get; } #Gets the number of unsupported or preserve-only feature findings.
public Int32 UnsupportedProjectionGapCount { get; } #Gets the number of unsupported features after subtracting records that are already preserve-modeled.
public Int32 PreservedFeatureRecordCount { get; } #Gets the number of preserve-only BIFF feature records with typed metadata.
public Int32 ErrorCount { get; } #Gets the number of error diagnostics produced during import.
public Int32 WarningCount { get; } #Gets the number of warning diagnostics produced during import.
public IReadOnlyDictionary<String, Int32> DiagnosticsByCode { get; } #Gets diagnostic counts grouped by stable diagnostic code.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockers { get; } #Gets unsupported formula token blockers grouped by stable detail key.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByToken { get; } #Gets unsupported formula token blockers grouped by raw formula token byte.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByTokenName { get; } #Gets unsupported formula token blockers grouped by BIFF parsed-formula token name.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByOffset { get; } #Gets unsupported formula token blockers grouped by zero-based parsed-expression token offset.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersBySheet { get; } #Gets unsupported formula token blockers grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByContext { get; } #Gets unsupported formula token blockers grouped by formula source context.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByContextAndToken { get; } #Gets unsupported formula token blockers grouped by formula source context and raw formula token byte.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByContextAndTokenName { get; } #Gets unsupported formula token blockers grouped by formula source context and BIFF parsed-formula token name.
public IReadOnlyDictionary<String, Int32> FormulaTokenBlockersByContextAndDetail { get; } #Gets unsupported formula token blockers grouped by formula source context and stable detail key.
public IReadOnlyDictionary<String, Int32> FormulaTokensByName { get; } #Gets observed parsed-formula tokens grouped by BIFF token name.
public IReadOnlyDictionary<String, Int32> FormulaTokensByContext { get; } #Gets observed parsed-formula tokens grouped by formula source context.
public IReadOnlyDictionary<String, Int32> FormulaTokensBySheet { get; } #Gets observed parsed-formula tokens grouped by worksheet name.
public IReadOnlyDictionary<String, Int32> FormulaTokensByContextAndSheet { get; } #Gets observed parsed-formula tokens grouped by formula source context and worksheet name.
public IReadOnlyDictionary<String, Int32> FormulaTokensByContextAndOperandKind { get; } #Gets observed parsed-formula tokens grouped by formula source context and decoded operand category.
public IReadOnlyDictionary<String, Int32> FormulaTokensByRecordType { get; } #Gets observed parsed-formula tokens grouped by BIFF record type and token name.
public IReadOnlyDictionary<String, Int32> FormulaTokensByClass { get; } #Gets observed parsed-formula tokens grouped by BIFF token class.
public IReadOnlyDictionary<String, Int32> FormulaTokensByNameAndClass { get; } #Gets observed parsed-formula tokens grouped by token name and BIFF token class.
public IReadOnlyDictionary<String, Int32> FormulaTokensByOperandByteCount { get; } #Gets observed parsed-formula tokens grouped by token name and operand byte count.
public IReadOnlyDictionary<String, Int32> FormulaTokensByOperandKind { get; } #Gets observed parsed-formula tokens grouped by decoded operand category.
public IReadOnlyDictionary<String, Int32> FormulaTokensByNameAndOperandKind { get; } #Gets observed parsed-formula tokens grouped by token name and decoded operand category.
public IReadOnlyDictionary<String, Int32> FormulaTokensByOperandKindAndText { get; } #Gets observed parsed-formula tokens grouped by decoded operand category and operand text.
public IReadOnlyDictionary<String, Int32> FormulaTokensByNameAndOperandText { get; } #Gets observed parsed-formula tokens grouped by token name and decoded operand text.
public IReadOnlyDictionary<String, Int32> FormulaTokensBySequenceIndex { get; } #Gets observed parsed-formula tokens grouped by sequence index within each expression.
public IReadOnlyDictionary<String, Int32> FormulaFunctionsById { get; } #Gets observed built-in formula function tokens grouped by raw function id.
public IReadOnlyDictionary<String, Int32> FormulaFunctionsByName { get; } #Gets observed built-in formula function tokens grouped by function name when known.
public IReadOnlyDictionary<String, Int32> FormulaFunctionsByParameterCount { get; } #Gets observed formula function tokens grouped by function name and argument count.
public IReadOnlyDictionary<String, Int32> FormulaFunctionsByCetabState { get; } #Gets observed variable formula function tokens grouped by built-in versus CETAB state.
public IReadOnlyDictionary<String, Int32> FormulaAttributesByName { get; } #Gets observed PtgAttr formula tokens grouped by attribute name.
public IReadOnlyDictionary<String, Int32> FutureFunctionAliasesByName { get; } #Gets Excel future-function aliases grouped by defined-name text.
public IReadOnlyDictionary<String, Int32> FutureFunctionAliasesByFunction { get; } #Gets Excel future-function aliases grouped by function name without the _xlfn. prefix.
public IReadOnlyDictionary<String, Int32> FutureFunctionAliasesByTokenName { get; } #Gets Excel future-function aliases grouped by BIFF parsed-formula token name.
public IReadOnlyDictionary<String, Int32> UnsupportedFeaturesByCode { get; } #Gets unsupported/preserve-only feature counts grouped by stable feature code.
public IReadOnlyDictionary<LegacyXlsUnsupportedFeatureKind, Int32> UnsupportedFeaturesByKind { get; } #Gets unsupported/preserve-only feature counts grouped by feature kind.
public IReadOnlyDictionary<String, Int32> UnsupportedFeaturesByRecordType { get; } #Gets unsupported/preserve-only feature counts grouped by kind, code, and BIFF record type.
public IReadOnlyDictionary<String, Int32> UnsupportedFeaturesByDetail { get; } #Gets unsupported/preserve-only feature counts grouped by kind, code, and stable feature subtype.
public IReadOnlyDictionary<String, Int32> UnsupportedFeaturesByLocation { get; } #Gets unsupported/preserve-only feature counts grouped by code and workbook or sheet location.
public IReadOnlyDictionary<LegacyXlsUnsupportedFeatureKind, Int32> UnsupportedProjectionGapsByKind { get; } #Gets unsupported feature counts after subtracting records that are already preserve-modeled.
public IReadOnlyDictionary<String, Int32> UnsupportedProjectionGapsByRecordType { get; } #Gets unsupported feature counts after subtracting preserve-modeled records, grouped by kind, code, and BIFF record type.
public IReadOnlyDictionary<String, Int32> UnsupportedProjectionGapsByDetail { get; } #Gets unsupported feature counts after subtracting preserve-modeled records, grouped by kind, code, and stable feature subtype.
public IReadOnlyDictionary<String, Int32> FileFormatStates { get; } #Gets high-level workbook file-format states suitable for preflight and corpus comparison.
public IReadOnlyDictionary<String, Int32> FileFormatBlockers { get; } #Gets hard file-format blockers grouped by kind and detail.
public IReadOnlyDictionary<String, Int32> FileFormatBlockersByRecordType { get; } #Gets hard file-format blockers grouped by kind and BIFF record type.
public IReadOnlyDictionary<String, Int32> FileFormatBlockersByRecordName { get; } #Gets hard file-format blockers grouped by kind and BIFF record name.
public IReadOnlyDictionary<String, Int32> FileFormatBlockersByLocation { get; } #Gets hard file-format blockers grouped by code and workbook or sheet location.
public IReadOnlyDictionary<String, Int32> EncryptedWorkbooksByMethod { get; } #Gets encrypted workbook blockers grouped by FilePass encryption method.
public IReadOnlyDictionary<String, Int32> UnsupportedBiffVersionsByVersion { get; } #Gets unsupported BIFF blockers grouped by BIFF version.
public IReadOnlyDictionary<String, Int32> UnsupportedBiffVersionsBySubstream { get; } #Gets unsupported BIFF blockers grouped by BOF substream.
public IReadOnlyDictionary<String, Int32> UnsupportedBiffVersionsByVersionAndSubstream { get; } #Gets unsupported BIFF blockers grouped by BIFF version and BOF substream.
public IReadOnlyDictionary<LegacyXlsUnsupportedSheetKind, Int32> UnsupportedSheetsByKind { get; } #Gets unsupported sheet entries grouped by decoded sheet kind.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetsByType { get; } #Gets unsupported sheet entries grouped by raw BoundSheet type and decoded kind.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetsByName { get; } #Gets unsupported sheet entries grouped by sheet name.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetsByVisibility { get; } #Gets unsupported sheet entries grouped by decoded BoundSheet visibility state.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetsByKindAndVisibility { get; } #Gets unsupported sheet entries grouped by sheet kind and decoded visibility state.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetPrintSizes { get; } #Gets unsupported chart sheets grouped by raw PrintSize value.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetPrintSizeKinds { get; } #Gets unsupported chart sheets grouped by decoded PrintSize mode name.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetTextObjectCounts { get; } #Gets unsupported chart sheets grouped by chart text object count.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetChartRecordCounts { get; } #Gets unsupported chart sheets grouped by preserve-only chart record count.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetChartRecordCountsBySheet { get; } #Gets unsupported chart sheets grouped by sheet name and preserve-only chart record count.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetChartRecordKinds { get; } #Gets unsupported chart sheet preserve-only chart records grouped by shallow category.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetChartRecordKindsBySheet { get; } #Gets unsupported chart sheet preserve-only chart records grouped by sheet name and shallow category.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetChartTypes { get; } #Gets unsupported chart sheet preserve-only chart type records grouped by decoded chart family.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetChartTypesBySheet { get; } #Gets unsupported chart sheet preserve-only chart type records grouped by sheet name and decoded chart family.
public IReadOnlyDictionary<String, Int32> UnsupportedChartSheetStates { get; } #Gets unsupported chart sheets grouped by preserve-only chart metadata shape.
public IReadOnlyDictionary<LegacyXlsExternalReferenceKind, Int32> ExternalReferencesByKind { get; } #Gets preserved external references grouped by supporting-link kind.
public IReadOnlyDictionary<String, Int32> ExternalReferencesByTarget { get; } #Gets preserved external references grouped by target path or source.
public IReadOnlyDictionary<String, Int32> ExternalReferencesByShape { get; } #Gets preserved external references grouped by their sheet/name/cache/cached-cell shape.
public IReadOnlyDictionary<String, Int32> ExternalReferenceWorkbookStates { get; } #Gets workbook-level external-reference model-shape states derived from supporting-link metadata.
public IReadOnlyDictionary<String, Int32> ExternalReferencesByDeclaredSheetCount { get; } #Gets preserved external references grouped by declared SupBook sheet count.
public IReadOnlyDictionary<String, Int32> ExternalReferencesBySheetNameCount { get; } #Gets preserved external references grouped by sheet-name count.
public IReadOnlyDictionary<String, Int32> ExternalReferencesBySheetTableState { get; } #Gets preserved external references grouped by parsed sheet-name table completeness.
public IReadOnlyDictionary<String, Int32> ExternalReferencesByExternalNameCount { get; } #Gets preserved external references grouped by external-name count.
public IReadOnlyDictionary<String, Int32> ExternalReferencesByCacheCount { get; } #Gets preserved external references grouped by cached cell section count.
public IReadOnlyDictionary<String, Int32> ExternalReferencesByCachedCellCount { get; } #Gets preserved external references grouped by cached cell value count.
public IReadOnlyDictionary<LegacyXlsExternalReferenceKind, Int32> ExternalSheetNamesByReferenceKind { get; } #Gets external workbook sheet-name counts grouped by supporting-link kind.
public IReadOnlyDictionary<String, Int32> ExternalSheetNamesByTarget { get; } #Gets external workbook sheet names grouped by normalized target and sheet name.
public IReadOnlyDictionary<LegacyXlsExternalReferenceKind, Int32> ExternalNamesByReferenceKind { get; } #Gets external defined-name counts grouped by supporting-link kind.
public IReadOnlyDictionary<String, Int32> ExternalNamesByName { get; } #Gets external defined names grouped by name text.
public IReadOnlyDictionary<String, Int32> ExternalNamesByScope { get; } #Gets external defined names grouped by workbook or sheet-local scope.
public IReadOnlyDictionary<String, Int32> ExternalNamesByBuiltInState { get; } #Gets external defined names grouped by built-in or custom state.
public IReadOnlyDictionary<String, Int32> ExternalNamesByBodyKind { get; } #Gets external defined names grouped by decoded ExternName body kind.
public IReadOnlyDictionary<String, Int32> ExternalNamesByCachedClipboardFormat { get; } #Gets external defined names grouped by decoded cached clipboard format.
public IReadOnlyDictionary<String, Int32> ExternalNamesByAdviseState { get; } #Gets external defined names grouped by ExternName advise-update flag state.
public IReadOnlyDictionary<String, Int32> ExternalNamesByPictureState { get; } #Gets external defined names grouped by ExternName picture-format flag state.
public IReadOnlyDictionary<String, Int32> ExternalNamesByOleState { get; } #Gets external defined names grouped by ExternName OLE flag state.
public IReadOnlyDictionary<String, Int32> ExternalNamesByOleLinkState { get; } #Gets external defined names grouped by ExternName OLE-link flag state.
public IReadOnlyDictionary<String, Int32> ExternalNamesByIconState { get; } #Gets external defined names grouped by ExternName icon-display flag state.
public IReadOnlyDictionary<String, Int32> ExternalNamesByFlagShape { get; } #Gets external defined names grouped by decoded ExternName flag shape.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByTarget { get; } #Gets external cell cache sections grouped by normalized target path or source.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesBySheetName { get; } #Gets external cell cache sections grouped by resolved external sheet name.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByTargetAndSheetName { get; } #Gets external cell cache sections grouped by normalized target and resolved external sheet name.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByCellRange { get; } #Gets external cell cache sections grouped by occupied zero-based row/column range.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByTargetAndCellRange { get; } #Gets external cell cache sections grouped by normalized target and occupied zero-based row/column range.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByCellCount { get; } #Gets external cell cache sections grouped by cached value count.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByRowSpan { get; } #Gets external cell cache sections grouped by occupied row span.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByColumnSpan { get; } #Gets external cell cache sections grouped by occupied column span.
public IReadOnlyDictionary<String, Int32> ExternalCellCachesByLinkState { get; } #Gets external cell cache sections grouped by XCT link-valid state.
public IReadOnlyDictionary<LegacyXlsCellValueKind, Int32> ExternalCachedCellsByValueKind { get; } #Gets cached external cell values grouped by value kind.
public IReadOnlyDictionary<String, Int32> ExternalCachedCellsByTargetSheetAndValueKind { get; } #Gets cached external cell values grouped by normalized target, resolved external sheet name, and value kind.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsBySourceType { get; } #Gets DBQueryExt records grouped by decoded data source type.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByState { get; } #Gets DBQueryExt records grouped by shallow connection state.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByConnectionFlag { get; } #Gets DBQueryExt records grouped by enabled connection flag.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByQueryOption { get; } #Gets DBQueryExt records grouped by enabled query option flag.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByParameterFlagCount { get; } #Gets DBQueryExt records grouped by declared PBT parameter flag count.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByParameterFlagByteCount { get; } #Gets DBQueryExt records grouped by decoded PBT parameter flag byte count.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByParameterFlagState { get; } #Gets DBQueryExt records grouped by whether decoded PBT bytes match the declared count.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByFutureByteCount { get; } #Gets DBQueryExt records grouped by declared future-byte count.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByRefreshInterval { get; } #Gets DBQueryExt records grouped by automatic refresh interval.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByOleDbConnectionCount { get; } #Gets DBQueryExt records grouped by declared OleDbConn follow-up record count.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByHtmlFormat { get; } #Gets DBQueryExt records grouped by Web query HTML formatting mode.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsByVersionTriplet { get; } #Gets DBQueryExt records grouped by data functionality version triplet.
public IReadOnlyDictionary<String, Int32> ExternalQueryConnectionsBySourceSpecificFlags { get; } #Gets DBQueryExt records grouped by raw source-specific ConnGrbitDbt flags.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesBySourceKind { get; } #Gets DConRef records grouped by decoded DConFile source kind.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesBySourcePrefix { get; } #Gets DConRef records grouped by raw DConFile source prefix.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesBySource { get; } #Gets DConRef records grouped by decoded source path or sheet name.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesByRange { get; } #Gets DConRef records grouped by decoded source range.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesByShape { get; } #Gets DConRef records grouped by decoded source range shape.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesBySourceAndRange { get; } #Gets DConRef records grouped by decoded source and range.
public IReadOnlyDictionary<String, Int32> DataConsolidationReferencesByUnusedByteCount { get; } #Gets DConRef records grouped by trailing unused byte count.
public IReadOnlyDictionary<String, Int32> DataConsolidationNamesBySourceKind { get; } #Gets DConName records grouped by decoded source kind.
public IReadOnlyDictionary<String, Int32> DataConsolidationNamesByName { get; } #Gets DConName records grouped by defined-name reference.
public IReadOnlyDictionary<String, Int32> DataConsolidationNamesBySource { get; } #Gets DConName records grouped by external source, or self-reference marker.
public IReadOnlyDictionary<String, Int32> DataConsolidationNamesByNameAndSource { get; } #Gets DConName records grouped by defined name and source.
public IReadOnlyDictionary<String, Int32> DataConsolidationNamesByUnusedByteCount { get; } #Gets DConName records grouped by trailing unused byte count.
public IReadOnlyDictionary<String, Int32> ThemeRecordsByVersion { get; } #Gets Theme records grouped by decoded theme version.
public IReadOnlyDictionary<String, Int32> ThemeRecordsByRawVersion { get; } #Gets Theme records grouped by raw theme version value.
public IReadOnlyDictionary<String, Int32> ThemeRecordsByContentState { get; } #Gets Theme records grouped by whether embedded theme content bytes were present.
public IReadOnlyDictionary<String, Int32> ThemeRecordsByContentLength { get; } #Gets Theme records grouped by embedded theme content byte length.
public IReadOnlyDictionary<LegacyXlsPivotTableRecordKind, Int32> PivotTableRecordsByKind { get; } #Gets preserve-only PivotTable BIFF records grouped by decoded metadata kind.
public IReadOnlyDictionary<String, Int32> PivotTableRecordsByName { get; } #Gets preserve-only PivotTable BIFF records grouped by record name.
public IReadOnlyDictionary<String, Int32> PivotTableRecordsByLocation { get; } #Gets preserve-only PivotTable BIFF records grouped by workbook or worksheet location.
public IReadOnlyDictionary<String, Int32> PivotTableRecordsByKindAndLocation { get; } #Gets preserve-only PivotTable BIFF records grouped by decoded metadata kind and workbook or worksheet location.
public IReadOnlyDictionary<String, Int32> PivotTableRecordsByNameAndLocation { get; } #Gets preserve-only PivotTable BIFF records grouped by BIFF record name and workbook or worksheet location.
public IReadOnlyDictionary<String, Int32> PivotTableWorkbookStates { get; } #Gets workbook-level PivotTable model-shape states derived from preserve-only PivotTable BIFF records.
public IReadOnlyDictionary<String, Int32> PivotTableViewRanges { get; } #Gets decoded SxView PivotTable views grouped by covered A1 range.
public IReadOnlyDictionary<String, Int32> PivotTableViewNames { get; } #Gets decoded SxView PivotTable views grouped by PivotTable name.
public IReadOnlyDictionary<String, Int32> PivotTableViewDataNames { get; } #Gets decoded SxView PivotTable views grouped by data field caption.
public IReadOnlyDictionary<String, Int32> PivotTableViewFieldCounts { get; } #Gets decoded SxView PivotTable views grouped by field counts.
public IReadOnlyDictionary<String, Int32> PivotTableViewLineCounts { get; } #Gets decoded SxView PivotTable views grouped by row and column line counts.
public IReadOnlyDictionary<String, Int32> PivotTableViewDataAxes { get; } #Gets decoded SxView PivotTable views grouped by default data axis.
public IReadOnlyDictionary<String, Int32> PivotTableViewDataPositions { get; } #Gets decoded SxView PivotTable views grouped by data field position.
public IReadOnlyDictionary<String, Int32> PivotTableViewCacheIndexes { get; } #Gets decoded SxView PivotTable views grouped by PivotCache index.
public IReadOnlyDictionary<String, Int32> PivotTableViewGrandTotalStates { get; } #Gets decoded SxView PivotTable views grouped by row and column grand total state.
public IReadOnlyDictionary<String, Int32> PivotTableViewAutoFormatStates { get; } #Gets decoded SxView PivotTable views grouped by AutoFormat state and identifier.
public IReadOnlyDictionary<String, Int32> PivotTableFieldAxes { get; } #Gets decoded Sxvd PivotTable fields grouped by axis.
public IReadOnlyDictionary<String, Int32> PivotTableFieldItemCounts { get; } #Gets decoded Sxvd PivotTable fields grouped by declared item count.
public IReadOnlyDictionary<String, Int32> PivotTableFieldSubtotalCounts { get; } #Gets decoded Sxvd PivotTable fields grouped by declared subtotal count and raw subtotal flags.
public IReadOnlyDictionary<String, Int32> PivotTableFieldSubtotalFunctions { get; } #Gets decoded Sxvd PivotTable fields grouped by subtotal function name.
public IReadOnlyDictionary<String, Int32> PivotTableFieldNames { get; } #Gets decoded Sxvd PivotTable fields grouped by explicit caption.
public IReadOnlyDictionary<String, Int32> PivotTableFieldIndexListLengths { get; } #Gets decoded SxIvd PivotTable field-index lists grouped by list length.
public IReadOnlyDictionary<String, Int32> PivotTableFieldIndexReferences { get; } #Gets decoded SxIvd PivotTable field-index lists grouped by referenced pivot field index.
public IReadOnlyDictionary<String, Int32> PivotTableFieldIndexSequences { get; } #Gets decoded SxIvd PivotTable field-index lists grouped by full index sequence.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemCounts { get; } #Gets decoded SXLI PivotTable line item records grouped by line item count.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemTypes { get; } #Gets decoded SXLI PivotTable line items grouped by raw item type.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemTypeKinds { get; } #Gets decoded SXLI PivotTable line items grouped by item type name.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemEntryCounts { get; } #Gets decoded SXLI PivotTable line items grouped by declared entry count.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemEntryIndexes { get; } #Gets decoded SXLI PivotTable line items grouped by entry index name.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemDataIndexes { get; } #Gets decoded SXLI PivotTable line items grouped by data item index.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemFlagStates { get; } #Gets decoded SXLI PivotTable line items grouped by subtotal, block total, grand total, and data-axis flags.
public IReadOnlyDictionary<String, Int32> PivotTableLineItemSequences { get; } #Gets decoded SXLI PivotTable line item records grouped by full line entry sequence.
public IReadOnlyDictionary<String, Int32> PivotTablePageItemCounts { get; } #Gets decoded SXPI PivotTable page item selectors grouped by selector count.
public IReadOnlyDictionary<String, Int32> PivotTablePageItemFieldIndexes { get; } #Gets decoded SXPI PivotTable page item selectors grouped by page-axis field index.
public IReadOnlyDictionary<String, Int32> PivotTablePageItemIndexes { get; } #Gets decoded SXPI PivotTable page item selectors grouped by selected item index.
public IReadOnlyDictionary<String, Int32> PivotTablePageItemObjectIds { get; } #Gets decoded SXPI PivotTable page item selectors grouped by drop-down object identifier.
public IReadOnlyDictionary<String, Int32> PivotTablePageItemSequences { get; } #Gets decoded SXPI PivotTable page item selectors grouped by full selector sequence.
public IReadOnlyDictionary<String, Int32> PivotTableItemTypes { get; } #Gets decoded SXVI PivotTable items grouped by raw item type.
public IReadOnlyDictionary<String, Int32> PivotTableItemTypeKinds { get; } #Gets decoded SXVI PivotTable items grouped by item type name.
public IReadOnlyDictionary<String, Int32> PivotTableItemCacheIndexes { get; } #Gets decoded SXVI PivotTable items grouped by referenced PivotCache item index.
public IReadOnlyDictionary<String, Int32> PivotTableItemFlagStates { get; } #Gets decoded SXVI PivotTable items grouped by visibility and formula flags.
public IReadOnlyDictionary<String, Int32> PivotTableItemNames { get; } #Gets decoded SXVI PivotTable items grouped by explicit caption.
public IReadOnlyDictionary<String, Int32> PivotTableFormulaPayloadLengths { get; } #Gets PivotTable formula records grouped by BIFF record name and payload length.
public IReadOnlyDictionary<String, Int32> PivotTableCacheItemKinds { get; } #Gets decoded PivotCache item records grouped by value kind.
public IReadOnlyDictionary<String, Int32> PivotTableCacheItemValueStates { get; } #Gets decoded PivotCache item records grouped by empty or value-bearing state.
public IReadOnlyDictionary<String, Int32> PivotTableCacheItemStringLengths { get; } #Gets decoded PivotCache string item records grouped by character count.
public IReadOnlyDictionary<String, Int32> PivotTableCacheItemErrorCodes { get; } #Gets decoded PivotCache error item records grouped by error code.
public IReadOnlyDictionary<String, Int32> PivotTableCacheItemBooleanValues { get; } #Gets decoded PivotCache Boolean item records grouped by value.
public IReadOnlyDictionary<String, Int32> PivotTableCacheStreamNames { get; } #Gets decoded PivotCache stream identifiers grouped by BIFF record name and stream name.
public IReadOnlyDictionary<String, Int32> PivotTableCacheSourceTypes { get; } #Gets decoded PivotCache source-data types grouped by BIFF record name and source type.
public IReadOnlyDictionary<String, Int32> PivotTableCacheRecordCounts { get; } #Gets decoded SXDB PivotCache records grouped by declared cache record count.
public IReadOnlyDictionary<String, Int32> PivotTableCacheFieldCounts { get; } #Gets decoded SXDB PivotCache records grouped by source and total field counts.
public IReadOnlyDictionary<String, Int32> PivotTableCacheUsedRecordCounts { get; } #Gets decoded SXDB PivotCache records grouped by used cache record count.
public IReadOnlyDictionary<String, Int32> PivotTableCachePropertyFlags { get; } #Gets decoded SXDB PivotCache records grouped by cache property flag state.
public IReadOnlyDictionary<String, Int32> PivotTableCacheRefreshUserStates { get; } #Gets decoded SXDB PivotCache records grouped by whether the last-refresh user was present.
public IReadOnlyDictionary<String, Int32> PivotTableQueryTagTargets { get; } #Gets decoded QsiSXTag records grouped by target type.
public IReadOnlyDictionary<String, Int32> PivotTableQueryTagNames { get; } #Gets decoded QsiSXTag records grouped by query table or PivotTable view name.
public IReadOnlyDictionary<String, Int32> PivotTableQueryTagRefreshStates { get; } #Gets decoded QsiSXTag records grouped by refresh/cache validity flags.
public IReadOnlyDictionary<String, Int32> PivotTableQueryTagVersions { get; } #Gets decoded QsiSXTag records grouped by functionality version pair.
public IReadOnlyDictionary<String, Int32> PivotTableQueryTagFutureOptions { get; } #Gets decoded QsiSXTag records grouped by raw future option flags.
public IReadOnlyDictionary<String, Int32> PivotTableQueryTagUnusedValues { get; } #Gets decoded QsiSXTag records grouped by trailing unused field value.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemAggregations { get; } #Gets decoded SXDI PivotTable data item records grouped by raw aggregation function identifier.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemAggregationKinds { get; } #Gets decoded SXDI PivotTable data item records grouped by aggregation function name.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemFieldIndexes { get; } #Gets decoded SXDI PivotTable data item records grouped by pivot field index.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemDisplayCalculationIds { get; } #Gets decoded SXDI PivotTable data item records grouped by raw display calculation identifier.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemDisplayCalculations { get; } #Gets decoded SXDI PivotTable data item records grouped by display calculation name.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemDisplayCalculationReferenceStates { get; } #Gets decoded SXDI PivotTable data item records grouped by display calculation and reference state.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemDisplayCalculationFieldIndexes { get; } #Gets decoded SXDI PivotTable data item records grouped by display-calculation field index.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemDisplayCalculationItemIndexes { get; } #Gets decoded SXDI PivotTable data item records grouped by display-calculation item index.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemNumberFormats { get; } #Gets decoded SXDI PivotTable data item records grouped by number format identifier.
public IReadOnlyDictionary<String, Int32> PivotTableDataItemNames { get; } #Gets decoded SXDI PivotTable data item records grouped by custom data item name.
public IReadOnlyDictionary<String, Int32> PivotTableGroupingKinds { get; } #Gets decoded SXRng PivotTable grouping records grouped by grouping kind.
public IReadOnlyDictionary<String, Int32> PivotTableGroupingBoundaryStates { get; } #Gets decoded SXRng PivotTable grouping records grouped by automatic boundary state.
public IReadOnlyDictionary<String, Int32> PivotTableGroupingCompletionStates { get; } #Gets decoded SXRng PivotTable grouping records grouped by whether the expected companion values were present.
public IReadOnlyDictionary<String, Int32> PivotTableGroupingStates { get; } #Gets decoded SXRng PivotTable grouping records grouped by grouping kind, boundary mode, and completion state.
public IReadOnlyDictionary<String, Int32> PivotTableGroupingNumericRanges { get; } #Gets decoded SXRng numeric grouping records grouped by start, end, and interval values.
public IReadOnlyDictionary<String, Int32> PivotTableGroupingDateRanges { get; } #Gets decoded SXRng date grouping records grouped by start, end, and interval values.
public IReadOnlyDictionary<String, Int32> PivotTableFormulaScopes { get; } #Gets decoded SXFormula calculated-item formula records grouped by cache-field scope.
public IReadOnlyDictionary<String, Int32> PivotTableFormulaCacheFieldIndexes { get; } #Gets decoded SXFormula calculated-item formula records grouped by raw cache field index.
public IReadOnlyDictionary<String, Int32> PivotTableFormulaReservedValues { get; } #Gets decoded SXFormula calculated-item formula records grouped by reserved value.
public IReadOnlyDictionary<String, Int32> PivotTableExtendedFieldStates { get; } #Gets decoded SXVDEx PivotTable field flags grouped by flag state.
public IReadOnlyDictionary<String, Int32> PivotTableExtendedFieldPermissionStates { get; } #Gets decoded SXVDEx PivotTable field flags grouped by complete interaction-permission shape.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalClasses { get; } #Gets decoded SXAddl records grouped by PivotTable extension class.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalTypes { get; } #Gets decoded SXAddl records grouped by PivotTable extension detail type.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalClassTypes { get; } #Gets decoded SXAddl records grouped by class and detail type.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalFutureRecordTypes { get; } #Gets decoded SXAddl records grouped by future-record type.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalFutureFlags { get; } #Gets decoded SXAddl records grouped by future-record flags.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalSequenceIndexes { get; } #Gets decoded SXAddl records grouped by sequence index in the scanned PivotTable scope.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalPayloadLengthsByClassType { get; } #Gets decoded SXAddl records grouped by class, detail type, and payload length.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalCacheIds { get; } #Gets decoded SXAddl SxcCache/SXDId records grouped by PivotCache identifier.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalClassDepthsBefore { get; } #Gets decoded SXAddl records grouped by class nesting depth before each record is applied.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalClassDepthsAfter { get; } #Gets decoded SXAddl records grouped by class nesting depth after each record is applied.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalClassTransitions { get; } #Gets decoded SXAddl records grouped by shallow class-stack transition.
public IReadOnlyDictionary<String, Int32> PivotTableAdditionalClassTransitionsByClassType { get; } #Gets decoded SXAddl records grouped by class, detail type, and shallow class-stack transition.
public IReadOnlyDictionary<LegacyXlsChartRecordKind, Int32> ChartRecordsByKind { get; } #Gets preserve-only chart BIFF records grouped by shallow category.
public IReadOnlyDictionary<String, Int32> ChartRecordsByName { get; } #Gets preserve-only chart BIFF records grouped by record name.
public IReadOnlyDictionary<String, Int32> ChartRecordsByNameAndPayloadLength { get; } #Gets preserve-only chart BIFF records grouped by record name and payload length.
public IReadOnlyDictionary<String, Int32> ChartWorkbookStates { get; } #Gets workbook-level chart model-shape states derived from preserve-only chart BIFF records.
public IReadOnlyDictionary<String, Int32> ChartRecordsByContainerDepthBefore { get; } #Gets chart BIFF records grouped by container nesting depth before each record is applied.
public IReadOnlyDictionary<String, Int32> ChartRecordsByContainerDepthAfter { get; } #Gets chart BIFF records grouped by container nesting depth after each record is applied.
public IReadOnlyDictionary<String, Int32> ChartRecordsByContainerTransition { get; } #Gets chart BIFF records grouped by shallow container transition state.
public IReadOnlyDictionary<String, Int32> ChartRecordsByNameAndContainerDepth { get; } #Gets chart BIFF records grouped by record name and container depth before each record.
public IReadOnlyDictionary<String, Int32> ChartRecordsByNameAndContainerTransition { get; } #Gets chart BIFF records grouped by record name and shallow container transition state.
public IReadOnlyDictionary<String, Int32> ChartRecordsByChartType { get; } #Gets preserve-only chart BIFF chart-type records grouped by decoded chart family.
public IReadOnlyDictionary<String, Int32> ChartRecordsByRectangle { get; } #Gets Chart records grouped by decoded chart rectangle.
public IReadOnlyDictionary<String, Int32> ChartRecordsByAxisType { get; } #Gets Axis records grouped by decoded axis type.
public IReadOnlyDictionary<String, Int32> ChartGroupVariedColorStates { get; } #Gets ChartFormat records grouped by varied data-point color state.
public IReadOnlyDictionary<String, Int32> ChartGroupDrawingOrders { get; } #Gets ChartFormat records grouped by chart-group drawing order.
public IReadOnlyDictionary<String, Int32> ChartRecordsByAxesUsedCount { get; } #Gets AxesUsed records grouped by decoded axis group count.
public IReadOnlyDictionary<String, Int32> ChartCategorySeriesRangeIntervals { get; } #Gets CatSerRange records grouped by decoded crossing and interval values.
public IReadOnlyDictionary<String, Int32> ChartCategorySeriesRangeStates { get; } #Gets CatSerRange records grouped by decoded axis state flags.
public IReadOnlyDictionary<String, Int32> ChartAxisExtensionDateRanges { get; } #Gets AxcExt records grouped by decoded minimum, maximum, and crossing dates.
public IReadOnlyDictionary<String, Int32> ChartAxisExtensionDateUnits { get; } #Gets AxcExt records grouped by decoded major, minor, and base date units.
public IReadOnlyDictionary<String, Int32> ChartAxisExtensionStates { get; } #Gets AxcExt records grouped by automatic date-axis flags.
public IReadOnlyDictionary<String, Int32> ChartAxisExtensionReservedStates { get; } #Gets AxcExt records grouped by reserved byte state.
public IReadOnlyDictionary<String, Int32> ChartCategoryLabelAlignments { get; } #Gets CatLab records grouped by decoded axis-label alignment.
public IReadOnlyDictionary<String, Int32> ChartCategoryLabelOffsets { get; } #Gets CatLab records grouped by axis-label offset percentage.
public IReadOnlyDictionary<String, Int32> ChartCategoryLabelCountStates { get; } #Gets CatLab records grouped by automatic category-label count state.
public IReadOnlyDictionary<String, Int32> ChartAxisLineFormatTargets { get; } #Gets AxisLineFormat records grouped by decoded formatted axis component.
public IReadOnlyDictionary<String, Int32> ChartSeriesCategoryDataTypes { get; } #Gets Series records grouped by decoded category data type.
public IReadOnlyDictionary<String, Int32> ChartSeriesValueDataTypes { get; } #Gets Series records grouped by decoded value data type.
public IReadOnlyDictionary<String, Int32> ChartSeriesBubbleSizeDataTypes { get; } #Gets Series records grouped by decoded bubble-size data type.
public IReadOnlyDictionary<String, Int32> ChartSeriesValueCounts { get; } #Gets Series records grouped by category, value, and bubble-size counts.
public IReadOnlyDictionary<String, Int32> ChartSeriesChartGroupIndexes { get; } #Gets SerToCrt records grouped by referenced ChartFormat index.
public IReadOnlyDictionary<String, Int32> ChartSeriesListDeclaredCounts { get; } #Gets SeriesList records grouped by declared series index count.
public IReadOnlyDictionary<String, Int32> ChartSeriesListDecodedCounts { get; } #Gets SeriesList records grouped by decoded series index count.
public IReadOnlyDictionary<String, Int32> ChartSeriesListCompletenessStates { get; } #Gets SeriesList records grouped by whether all declared indexes were present.
public IReadOnlyDictionary<String, Int32> ChartSeriesListIndexValidityStates { get; } #Gets SeriesList records grouped by decoded one-based index validity.
public IReadOnlyDictionary<String, Int32> ChartPivotViewReferences { get; } #Gets SBaseRef records grouped by decoded referenced PivotTable-view range.
public IReadOnlyDictionary<String, Int32> ChartSeriesDataCacheIndexes { get; } #Gets SIIndex records grouped by raw chart data-cache sequence index.
public IReadOnlyDictionary<String, Int32> ChartSeriesDataCacheTypes { get; } #Gets SIIndex records grouped by decoded chart data-cache sequence type.
public IReadOnlyDictionary<String, Int32> ChartDataSourceIds { get; } #Gets BRAI records grouped by decoded chart source part.
public IReadOnlyDictionary<String, Int32> ChartDataSourceReferenceTypes { get; } #Gets BRAI records grouped by decoded referenced data type.
public IReadOnlyDictionary<String, Int32> ChartDataSourceNumberFormatIds { get; } #Gets BRAI records grouped by raw number format identifier.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaByteCounts { get; } #Gets BRAI records grouped by declared ChartParsedFormula byte count.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaProjectionStates { get; } #Gets BRAI records grouped by ChartParsedFormula text projection state.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaTexts { get; } #Gets BRAI records grouped by projected ChartParsedFormula text.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaProjectionFailures { get; } #Gets BRAI formula projection failures grouped by stable failure code.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaProjectionFailuresByToken { get; } #Gets BRAI formula projection failures grouped by unsupported token byte.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaProjectionFailuresByTokenName { get; } #Gets BRAI formula projection failures grouped by unsupported token name.
public IReadOnlyDictionary<String, Int32> ChartDataSourceFormulaProjectionFailuresByOffset { get; } #Gets BRAI formula projection failures grouped by token offset.
public IReadOnlyDictionary<String, Int32> ChartDataSourceStates { get; } #Gets BRAI records grouped by decoded source, reference, number format, and formula-byte state.
public IReadOnlyDictionary<String, Int32> ChartDataFormatTargets { get; } #Gets DataFormat records grouped by whether formatting targets a series or point.
public IReadOnlyDictionary<String, Int32> ChartDataFormatSeriesIndexes { get; } #Gets DataFormat records grouped by raw series index.
public IReadOnlyDictionary<String, Int32> ChartDataFormatPointIndexes { get; } #Gets DataFormat records grouped by raw point index.
public IReadOnlyDictionary<String, Int32> ChartDataFormatOrders { get; } #Gets DataFormat records grouped by raw chart-format order.
public IReadOnlyDictionary<String, Int32> ChartDataFormatStates { get; } #Gets DataFormat records grouped by target, point, series, and order.
public IReadOnlyDictionary<String, Int32> ChartNumberFormatIds { get; } #Gets IFmtRecord records grouped by raw number format identifier.
public IReadOnlyDictionary<String, Int32> ChartFontIndexes { get; } #Gets FontX records grouped by raw font index.
public IReadOnlyDictionary<String, Int32> ChartDataTableOptions { get; } #Gets Dat records grouped by decoded data-table display options.
public IReadOnlyDictionary<String, Int32> ChartDataTableReservedStates { get; } #Gets Dat records grouped by reserved-bit state.
public IReadOnlyDictionary<String, Int32> ChartErrorBarDirections { get; } #Gets SerAuxErrBar records grouped by decoded error-bar direction.
public IReadOnlyDictionary<String, Int32> ChartErrorBarValueSources { get; } #Gets SerAuxErrBar records grouped by decoded error-bar value source.
public IReadOnlyDictionary<String, Int32> ChartErrorBarValues { get; } #Gets SerAuxErrBar records grouped by fixed value and custom value count.
public IReadOnlyDictionary<String, Int32> ChartErrorBarStates { get; } #Gets SerAuxErrBar records grouped by direction, value source, tee-top, and meaningful-field states.
public IReadOnlyDictionary<String, Int32> ChartErrorBarReservedStates { get; } #Gets SerAuxErrBar records grouped by reserved-byte state.
public IReadOnlyDictionary<String, Int32> ChartBarOverlapPercentages { get; } #Gets Bar records grouped by decoded overlap percentage.
public IReadOnlyDictionary<String, Int32> ChartBarGapWidths { get; } #Gets Bar records grouped by decoded category gap width percentage.
public IReadOnlyDictionary<String, Int32> ChartBarStates { get; } #Gets Bar records grouped by decoded orientation, stacking, percentage, and shadow flags.
public IReadOnlyDictionary<String, Int32> ChartLineStates { get; } #Gets Line records grouped by decoded stacking, percentage, and shadow flags.
public IReadOnlyDictionary<String, Int32> ChartLineReservedStates { get; } #Gets Line records grouped by reserved-bit state.
public IReadOnlyDictionary<String, Int32> ChartLinePercentStackedStates { get; } #Gets Line records grouped by percentage-stacking validity.
public IReadOnlyDictionary<String, Int32> ChartAreaStates { get; } #Gets Area records grouped by decoded stacking, percentage, and shadow flags.
public IReadOnlyDictionary<String, Int32> ChartAreaReservedStates { get; } #Gets Area records grouped by reserved-bit state.
public IReadOnlyDictionary<String, Int32> ChartAreaPercentStackedStates { get; } #Gets Area records grouped by percentage-stacking validity.
public IReadOnlyDictionary<String, Int32> ChartBopPopSubtypes { get; } #Gets BopPop records grouped by decoded chart group subtype.
public IReadOnlyDictionary<String, Int32> ChartBopPopSplitTypes { get; } #Gets BopPop records grouped by decoded split mode.
public IReadOnlyDictionary<String, Int32> ChartBopPopSplitValues { get; } #Gets BopPop records grouped by decoded split position, percentage, size, gap, and value.
public IReadOnlyDictionary<String, Int32> ChartBopPopStates { get; } #Gets BopPop records grouped by decoded subtype, split, automatic split, and shadow state.
public IReadOnlyDictionary<String, Int32> ChartBopPopReservedStates { get; } #Gets BopPop records grouped by reserved-bit state.
public IReadOnlyDictionary<String, Int32> ChartBopPopCustomDataPointCounts { get; } #Gets BopPopCustom records grouped by declared data point count.
public IReadOnlyDictionary<String, Int32> ChartBopPopCustomSecondaryCounts { get; } #Gets BopPopCustom records grouped by secondary bar/pie data point count.
public IReadOnlyDictionary<String, Int32> ChartBopPopCustomSecondaryIndexes { get; } #Gets BopPopCustom records grouped by secondary bar/pie data point indexes.
public IReadOnlyDictionary<String, Int32> ChartBopPopCustomCompletionStates { get; } #Gets BopPopCustom records grouped by bitmap completion state.
public IReadOnlyDictionary<String, Int32> ChartBopPopCustomStates { get; } #Gets BopPopCustom records grouped by decoded count, marker, and consistency state.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalViewAngles { get; } #Gets Chart3d records grouped by rotation and elevation angles.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalScaleValues { get; } #Gets Chart3d records grouped by field-of-view, height, depth, and gap values.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalStates { get; } #Gets Chart3d records grouped by decoded perspective, clustering, scaling, pie, and wall flags.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalReservedStates { get; } #Gets Chart3d records grouped by reserved-bit state.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalBarShapeRisers { get; } #Gets Chart3DBarShape records grouped by decoded data-point base shape.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalBarShapeTapers { get; } #Gets Chart3DBarShape records grouped by decoded tapering mode.
public IReadOnlyDictionary<String, Int32> ChartThreeDimensionalBarShapeStates { get; } #Gets Chart3DBarShape records grouped by decoded base-shape and tapering mode.
public IReadOnlyDictionary<String, Int32> ChartScatterBubbleSizeRatios { get; } #Gets Scatter records grouped by decoded bubble-size ratio.
public IReadOnlyDictionary<String, Int32> ChartScatterBubbleSizeRepresentations { get; } #Gets Scatter records grouped by decoded bubble-size representation.
public IReadOnlyDictionary<String, Int32> ChartScatterBubbleSizeRatioStates { get; } #Gets Scatter records grouped by bubble-size ratio validity.
public IReadOnlyDictionary<String, Int32> ChartScatterStates { get; } #Gets Scatter records grouped by decoded bubble, negative-bubble, shadow, and size-representation state.
public IReadOnlyDictionary<String, Int32> ChartFontBasisScaleBasis { get; } #Gets Fbi or Fbi2 records grouped by decoded chart font scale basis.
public IReadOnlyDictionary<String, Int32> ChartFontBasisFontIndexes { get; } #Gets Fbi or Fbi2 records grouped by referenced chart font index.
public IReadOnlyDictionary<String, Int32> ChartFontBasisStates { get; } #Gets Fbi or Fbi2 records grouped by decoded basis, default font height, scale basis, and font index.
public IReadOnlyDictionary<String, Int32> ChartLayout12ModePairs { get; } #Gets CrtLayout12 records grouped by decoded layout modes.
public IReadOnlyDictionary<String, Int32> ChartLayout12AutoLayoutTypes { get; } #Gets CrtLayout12 records grouped by decoded automatic legend layout type.
public IReadOnlyDictionary<String, Int32> ChartLayout12Checksums { get; } #Gets CrtLayout12 records grouped by checksum value.
public IReadOnlyDictionary<String, Int32> ChartLayout12Rectangles { get; } #Gets CrtLayout12 records grouped by decoded layout rectangle values.
public IReadOnlyDictionary<String, Int32> ChartPlotAreaLayout12Targets { get; } #Gets CrtLayout12A records grouped by decoded plot-area target.
public IReadOnlyDictionary<String, Int32> ChartPlotAreaLayout12ModePairs { get; } #Gets CrtLayout12A records grouped by decoded layout modes.
public IReadOnlyDictionary<String, Int32> ChartPlotAreaLayout12Checksums { get; } #Gets CrtLayout12A records grouped by checksum value.
public IReadOnlyDictionary<String, Int32> ChartPlotAreaLayout12Bounds { get; } #Gets CrtLayout12A records grouped by SPRC plot-area bounds.
public IReadOnlyDictionary<String, Int32> ChartPlotAreaLayout12Rectangles { get; } #Gets CrtLayout12A records grouped by decoded layout rectangle values.
public IReadOnlyDictionary<String, Int32> ChartFutureRecordInfoVersions { get; } #Gets ChartFrtInfo records grouped by originator and writer application version.
public IReadOnlyDictionary<String, Int32> ChartFutureRecordInfoRangeCounts { get; } #Gets ChartFrtInfo records grouped by decoded future-record range count.
public IReadOnlyDictionary<String, Int32> ChartFutureRecordInfoRanges { get; } #Gets ChartFrtInfo records grouped by declared future-record id range.
public IReadOnlyDictionary<String, Int32> ChartFutureBlockDirections { get; } #Gets StartBlock and EndBlock records grouped by block direction.
public IReadOnlyDictionary<String, Int32> ChartFutureBlockObjectKinds { get; } #Gets StartBlock and EndBlock records grouped by decoded object kind.
public IReadOnlyDictionary<String, Int32> ChartFutureBlockScopes { get; } #Gets StartBlock and EndBlock records grouped by compact scope key.
public IReadOnlyDictionary<String, Int32> ChartUnitsReservedValues { get; } #Gets Units records grouped by reserved field value.
public IReadOnlyDictionary<String, Int32> ChartUnitsReservedStates { get; } #Gets Units records grouped by whether the reserved field is zero.
public IReadOnlyDictionary<String, Int32> ChartXmlTokenChainDeclaredByteCounts { get; } #Gets CrtMlFrt records grouped by declared XmlTkChain byte count.
public IReadOnlyDictionary<String, Int32> ChartXmlTokenChainFirstSegmentByteCounts { get; } #Gets CrtMlFrt records grouped by XmlTkChain bytes present in the first record segment.
public IReadOnlyDictionary<String, Int32> ChartXmlTokenChainCompletionStates { get; } #Gets CrtMlFrt records grouped by whether the declared XmlTkChain is complete in the first record segment.
public IReadOnlyDictionary<String, Int32> ChartXmlTokenChainTrailingStates { get; } #Gets CrtMlFrt records grouped by ignored trailing field state.
public IReadOnlyDictionary<String, Int32> ChartSheetPropertyEmptyCellModes { get; } #Gets ShtProps records grouped by decoded empty-cell plotting mode.
public IReadOnlyDictionary<String, Int32> ChartSheetPropertyStates { get; } #Gets ShtProps records grouped by decoded chart property flags.
public IReadOnlyDictionary<String, Int32> ChartLineFormatStyles { get; } #Gets LineFormat records grouped by decoded line style.
public IReadOnlyDictionary<String, Int32> ChartLineFormatWeights { get; } #Gets LineFormat records grouped by decoded line weight.
public IReadOnlyDictionary<String, Int32> ChartLineFormatColors { get; } #Gets LineFormat records grouped by decoded RGB color.
public IReadOnlyDictionary<String, Int32> ChartLineFormatColorIndexes { get; } #Gets LineFormat records grouped by chart color index.
public IReadOnlyDictionary<String, Int32> ChartLineFormatStates { get; } #Gets LineFormat records grouped by decoded flag state.
public IReadOnlyDictionary<String, Int32> ChartAreaFormatPatterns { get; } #Gets AreaFormat records grouped by decoded fill pattern.
public IReadOnlyDictionary<String, Int32> ChartAreaFormatColors { get; } #Gets AreaFormat records grouped by decoded foreground and background RGB color.
public IReadOnlyDictionary<String, Int32> ChartAreaFormatColorIndexes { get; } #Gets AreaFormat records grouped by chart foreground and background color index.
public IReadOnlyDictionary<String, Int32> ChartAreaFormatStates { get; } #Gets AreaFormat records grouped by decoded flag state.
public IReadOnlyDictionary<String, Int32> ChartMarkerFormatTypes { get; } #Gets MarkerFormat records grouped by decoded marker type.
public IReadOnlyDictionary<String, Int32> ChartMarkerFormatSizes { get; } #Gets MarkerFormat records grouped by marker size in twips.
public IReadOnlyDictionary<String, Int32> ChartMarkerFormatColors { get; } #Gets MarkerFormat records grouped by decoded foreground and background RGB color.
public IReadOnlyDictionary<String, Int32> ChartMarkerFormatColorIndexes { get; } #Gets MarkerFormat records grouped by chart foreground and background color index.
public IReadOnlyDictionary<String, Int32> ChartMarkerFormatStates { get; } #Gets MarkerFormat records grouped by decoded flag state.
public IReadOnlyDictionary<String, Int32> ChartPieFormatExplosions { get; } #Gets PieFormat records grouped by decoded explosion distance percentage.
public IReadOnlyDictionary<String, Int32> ChartSeriesFormatFlags { get; } #Gets SerFmt records grouped by enabled formatting flag.
public IReadOnlyDictionary<String, Int32> ChartSeriesFormatStates { get; } #Gets SerFmt records grouped by full decoded flag state.
public IReadOnlyDictionary<String, Int32> ChartSeriesFormatReservedValues { get; } #Gets SerFmt records grouped by reserved bit value.
public IReadOnlyDictionary<String, Int32> ChartSeriesFormatReservedStates { get; } #Gets SerFmt records grouped by whether reserved bits are zero.
public IReadOnlyDictionary<String, Int32> ChartClientColorPaletteDeclaredCounts { get; } #Gets ClrtClient records grouped by declared color count.
public IReadOnlyDictionary<String, Int32> ChartClientColorPaletteDecodedCounts { get; } #Gets ClrtClient records grouped by decoded color count.
public IReadOnlyDictionary<String, Int32> ChartClientColorPaletteCompletenessStates { get; } #Gets ClrtClient records grouped by whether all declared colors were present.
public IReadOnlyDictionary<String, Int32> ChartClientColorPaletteExpectedCountStates { get; } #Gets ClrtClient records grouped by whether the expected three colors are present.
public IReadOnlyDictionary<String, Int32> ChartClientColorPaletteColors { get; } #Gets ClrtClient records grouped by decoded role-specific color.
public IReadOnlyDictionary<String, Int32> ChartGelFrameOfficeArtRecordsByType { get; } #Gets GelFrame OfficeArt records grouped by record type.
public IReadOnlyDictionary<String, Int32> ChartGelFrameOfficeArtRecordsByContainerState { get; } #Gets GelFrame OfficeArt records grouped by container or leaf state.
public IReadOnlyDictionary<String, Int32> ChartGelFrameShapePropertyCounts { get; } #Gets GelFrame records grouped by OfficeArtFOPT property count.
public IReadOnlyDictionary<String, Int32> ChartGelFrameShapePropertiesByName { get; } #Gets GelFrame OfficeArtFOPT properties grouped by property name.
public IReadOnlyDictionary<String, Int32> ChartGelFrameShapePropertiesByGroup { get; } #Gets GelFrame OfficeArtFOPT properties grouped by property family.
public IReadOnlyDictionary<String, Int32> ChartGelFrameShapePropertiesByFlagState { get; } #Gets GelFrame OfficeArtFOPT properties grouped by complex and BLIP flag state.
public IReadOnlyDictionary<String, Int32> ChartGelFrameShapePropertiesByValue { get; } #Gets GelFrame OfficeArtFOPT properties grouped by raw property value.
public IReadOnlyDictionary<String, Int32> ChartAttachedLabelFlags { get; } #Gets AttachedLabel records grouped by decoded displayed data-label element.
public IReadOnlyDictionary<String, Int32> ChartAttachedLabelStates { get; } #Gets AttachedLabel records grouped by full decoded flag state.
public IReadOnlyDictionary<String, Int32> ChartDefaultTextTargets { get; } #Gets DefaultText records grouped by decoded target scope.
public IReadOnlyDictionary<String, Int32> ChartTextHorizontalAlignments { get; } #Gets Text records grouped by decoded horizontal alignment.
public IReadOnlyDictionary<String, Int32> ChartTextVerticalAlignments { get; } #Gets Text records grouped by decoded vertical alignment.
public IReadOnlyDictionary<String, Int32> ChartTextDataLabelPositions { get; } #Gets Text records grouped by decoded data-label position.
public IReadOnlyDictionary<String, Int32> ChartTextFlags { get; } #Gets Text records grouped by decoded flag name.
public IReadOnlyDictionary<String, Int32> ChartObjectLinkTargets { get; } #Gets ObjectLink records grouped by decoded linked chart object.
public IReadOnlyDictionary<String, Int32> ChartLegendLayouts { get; } #Gets Legend records grouped by decoded layout.
public IReadOnlyDictionary<String, Int32> ChartLegendSpacingStates { get; } #Gets Legend records grouped by entry-spacing validity.
public IReadOnlyDictionary<String, Int32> ChartLegendReservedStates { get; } #Gets Legend records grouped by reserved-bit validity.
public IReadOnlyDictionary<String, Int32> ChartLegendAutoPositionStates { get; } #Gets Legend records grouped by automatic-position consistency.
public IReadOnlyDictionary<String, Int32> ChartLegendDataTableStates { get; } #Gets Legend records grouped by data-table layout consistency.
public IReadOnlyDictionary<String, Int32> ChartTickMajorLocations { get; } #Gets Tick records grouped by decoded major tick-mark location.
public IReadOnlyDictionary<String, Int32> ChartTickLabelLocations { get; } #Gets Tick records grouped by decoded axis-label location.
public IReadOnlyDictionary<String, Int32> ChartValueRangeScales { get; } #Gets ValueRange records grouped by decoded value-axis scale fields.
public IReadOnlyDictionary<String, Int32> ChartValueRangeStates { get; } #Gets ValueRange records grouped by decoded automatic scale and axis-direction flags.
public IReadOnlyDictionary<String, Int32> ChartPositionModePairs { get; } #Gets Pos records grouped by decoded upper-left and lower-right position modes.
public IReadOnlyDictionary<String, Int32> ChartPositionRectangles { get; } #Gets Pos records grouped by decoded coordinate and size fields.
public IReadOnlyDictionary<String, Int32> ChartPositionSemanticTypes { get; } #Gets Pos records grouped by semantic object type inferred from position modes.
public IReadOnlyDictionary<String, Int32> ChartPositionCoordinateMeanings { get; } #Gets Pos records grouped by decoded coordinate meaning.
public IReadOnlyDictionary<String, Int32> ChartPositionIgnoredCoordinateStates { get; } #Gets Pos records grouped by ignored coordinate state.
public IReadOnlyDictionary<String, Int32> ChartPositionKnownSemanticStates { get; } #Gets Pos records grouped by whether the position mode pair is a known semantic combination.
public IReadOnlyDictionary<String, Int32> ChartFrameTypes { get; } #Gets Frame records grouped by decoded frame type.
public IReadOnlyDictionary<String, Int32> ChartFrameAutoStates { get; } #Gets Frame records grouped by automatic size and position flags.
public IReadOnlyDictionary<String, Int32> ChartPlotGrowthFactors { get; } #Gets PlotGrowth records grouped by decoded horizontal and vertical growth factors.
public IReadOnlyDictionary<String, Int32> ChartRecordsByLocation { get; } #Gets preserve-only chart BIFF records grouped by workbook or sheet location.
public IReadOnlyDictionary<LegacyXlsDrawingRecordKind, Int32> DrawingRecordsByKind { get; } #Gets preserve-only drawing and object BIFF records grouped by shallow category.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByName { get; } #Gets preserve-only drawing and object BIFF records grouped by record name.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByObjectType { get; } #Gets OBJ records grouped by decoded common-object type identifier.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByObjectTypeName { get; } #Gets OBJ records grouped by decoded common-object type name.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByObjectFlags { get; } #Gets OBJ records grouped by decoded common-object flag bitfield.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByObjectFlagName { get; } #Gets OBJ records grouped by decoded common-object flag name.
public IReadOnlyDictionary<String, Int32> DrawingObjectSubRecordsByType { get; } #Gets OBJ subrecords grouped by raw subrecord type.
public IReadOnlyDictionary<String, Int32> DrawingObjectSubRecordsByName { get; } #Gets OBJ subrecords grouped by decoded subrecord name.
public IReadOnlyDictionary<String, Int32> DrawingObjectSubRecordsByDeclaredLength { get; } #Gets OBJ subrecords grouped by declared payload length.
public IReadOnlyDictionary<String, Int32> DrawingObjectSubRecordsByCompleteness { get; } #Gets OBJ subrecords grouped by whether the declared payload was fully available.
public IReadOnlyDictionary<String, Int32> DrawingFutureRecordWrappedTypes { get; } #Gets drawing future-record streams grouped by wrapped BIFF record type.
public IReadOnlyDictionary<String, Int32> DrawingFutureRecordFlags { get; } #Gets drawing future-record streams grouped by raw future-record flags.
public IReadOnlyDictionary<String, Int32> DrawingFutureRecordReferenceStates { get; } #Gets drawing future-record streams grouped by whether a cell range reference is present.
public IReadOnlyDictionary<String, Int32> DrawingFutureRecordRanges { get; } #Gets drawing future-record streams grouped by decoded cell range reference.
public IReadOnlyDictionary<String, Int32> DrawingFutureRecordStreamByteCounts { get; } #Gets drawing future-record streams grouped by remaining stream byte count.
public IReadOnlyDictionary<String, Int32> DrawingTextObjectAlignments { get; } #Gets TxO text-object records grouped by decoded horizontal and vertical alignment.
public IReadOnlyDictionary<String, Int32> DrawingTextObjectRotations { get; } #Gets TxO text-object records grouped by decoded rotation.
public IReadOnlyDictionary<String, Int32> DrawingTextObjectTextLengths { get; } #Gets TxO text-object records grouped by declared text character count.
public IReadOnlyDictionary<String, Int32> DrawingTextObjectFormattingRunByteCounts { get; } #Gets TxO text-object records grouped by declared formatting-run byte count.
public IReadOnlyDictionary<String, Int32> DrawingTextObjectFormulaByteCounts { get; } #Gets TxO text-object records grouped by optional formula byte count.
public IReadOnlyDictionary<String, Int32> DrawingTextObjectFlags { get; } #Gets TxO text-object records grouped by decoded flag state.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByEscherRecordType { get; } #Gets MsoDrawing records grouped by decoded top-level Escher record type.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByEscherRecordTypeName { get; } #Gets MsoDrawing records grouped by decoded top-level Escher record type name.
public IReadOnlyDictionary<String, Int32> DrawingOfficeArtRecordsByType { get; } #Gets nested OfficeArt records grouped by raw record type.
public IReadOnlyDictionary<String, Int32> DrawingOfficeArtRecordsByTypeName { get; } #Gets nested OfficeArt records grouped by decoded record type name.
public IReadOnlyDictionary<String, Int32> DrawingOfficeArtRecordsByDepth { get; } #Gets nested OfficeArt records grouped by traversal depth.
public IReadOnlyDictionary<String, Int32> DrawingOfficeArtRecordsByContainerState { get; } #Gets nested OfficeArt records grouped by container or leaf state.
public IReadOnlyDictionary<String, Int32> DrawingOfficeArtRecordsByPayloadLength { get; } #Gets nested OfficeArt records grouped by declared payload length.
public IReadOnlyDictionary<String, Int32> DrawingGroupBlocksByMaxShapeId { get; } #Gets OfficeArtFDGGBlock records grouped by maximum shape identifier.
public IReadOnlyDictionary<String, Int32> DrawingGroupBlocksByDeclaredIdentifierClusterCount { get; } #Gets OfficeArtFDGGBlock records grouped by declared identifier-cluster count.
public IReadOnlyDictionary<String, Int32> DrawingGroupBlocksByDecodedIdentifierClusterCount { get; } #Gets OfficeArtFDGGBlock records grouped by decoded identifier-cluster count.
public IReadOnlyDictionary<String, Int32> DrawingGroupBlocksBySavedShapeCount { get; } #Gets OfficeArtFDGGBlock records grouped by saved shape count.
public IReadOnlyDictionary<String, Int32> DrawingGroupBlocksBySavedDrawingCount { get; } #Gets OfficeArtFDGGBlock records grouped by saved drawing count.
public IReadOnlyDictionary<String, Int32> DrawingIdentifierClustersByDrawingId { get; } #Gets OfficeArtIDCL clusters grouped by drawing identifier.
public IReadOnlyDictionary<String, Int32> DrawingIdentifierClustersByCurrentShapeId { get; } #Gets OfficeArtIDCL clusters grouped by current shape identifier.
public IReadOnlyDictionary<String, Int32> DrawingGroupInfosByDrawingId { get; } #Gets OfficeArtFDG records grouped by drawing identifier.
public IReadOnlyDictionary<String, Int32> DrawingGroupInfosByShapeCount { get; } #Gets OfficeArtFDG records grouped by drawing shape count.
public IReadOnlyDictionary<String, Int32> DrawingGroupInfosByLastShapeId { get; } #Gets OfficeArtFDG records grouped by last shape identifier.
public IReadOnlyDictionary<String, Int32> DrawingShapePropertiesById { get; } #Gets OfficeArtFOPT shape properties grouped by property identifier.
public IReadOnlyDictionary<String, Int32> DrawingShapePropertiesByName { get; } #Gets OfficeArtFOPT shape properties grouped by decoded property name.
public IReadOnlyDictionary<String, Int32> DrawingShapePropertiesByGroup { get; } #Gets OfficeArtFOPT shape properties grouped by decoded property family.
public IReadOnlyDictionary<String, Int32> DrawingShapePropertiesByFlagState { get; } #Gets OfficeArtFOPT shape properties grouped by complex and BLIP flag state.
public IReadOnlyDictionary<String, Int32> DrawingShapePropertiesByValue { get; } #Gets simple OfficeArtFOPT shape properties grouped by raw value.
public IReadOnlyDictionary<String, Int32> DrawingShapeComplexPropertiesByDeclaredLength { get; } #Gets complex OfficeArtFOPT shape properties grouped by declared complex byte length.
public IReadOnlyDictionary<String, Int32> DrawingShapeComplexPropertiesByAvailableLength { get; } #Gets complex OfficeArtFOPT shape properties grouped by available complex byte length.
public IReadOnlyDictionary<String, Int32> DrawingShapeComplexPropertiesByText { get; } #Gets complex OfficeArtFOPT shape properties grouped by decoded text payload.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByType { get; } #Gets OfficeArt FBSE image-store entries grouped by decoded BLIP type.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByLocation { get; } #Gets OfficeArt FBSE image-store entries grouped by workbook or sheet location.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByTypeAndLocation { get; } #Gets OfficeArt FBSE image-store entries grouped by workbook/sheet location and decoded BLIP type.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByUid { get; } #Gets OfficeArt FBSE image-store entries grouped by image UID.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByEmbeddedRecordType { get; } #Gets OfficeArt FBSE image-store entries grouped by embedded BLIP record type.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByEmbeddedPayloadAvailableLength { get; } #Gets OfficeArt FBSE image-store entries grouped by available embedded payload byte length.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByEmbeddedPayloadHash { get; } #Gets OfficeArt FBSE image-store entries grouped by embedded payload SHA-256 hash.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesBySize { get; } #Gets OfficeArt FBSE image-store entries grouped by stored byte size.
public IReadOnlyDictionary<String, Int32> DrawingBlipStoreEntriesByReferenceCount { get; } #Gets OfficeArt FBSE image-store entries grouped by reference count.
public IReadOnlyDictionary<String, Int32> DrawingShapeBlipPropertiesByLocation { get; } #Gets OfficeArtFOPT BLIP-family shape properties grouped by workbook or sheet location.
public IReadOnlyDictionary<String, Int32> DrawingShapeBlipPropertiesByNameAndValue { get; } #Gets OfficeArtFOPT BLIP-family shape properties grouped by property name and raw value.
public IReadOnlyDictionary<String, Int32> DrawingPictureBlipReferencesByLocation { get; } #Gets OfficeArtFOPT picture BLIP reference properties grouped by workbook or sheet location.
public IReadOnlyDictionary<String, Int32> DrawingPictureBlipReferencesByValue { get; } #Gets OfficeArtFOPT picture BLIP references grouped by referenced image-store id.
public IReadOnlyDictionary<String, Int32> DrawingPictureStates { get; } #Gets picture drawing states grouped by object, image-store, BLIP reference, and reference-resolution presence.
public IReadOnlyDictionary<String, Int32> DrawingPictureCountStates { get; } #Gets picture drawing states grouped by object, BLIP, reference, and decoded picture-frame counts.
public IReadOnlyDictionary<String, Int32> DrawingShapeEntriesByType { get; } #Gets OfficeArt shape entries grouped by decoded shape type.
public IReadOnlyDictionary<String, Int32> DrawingShapeEntriesById { get; } #Gets OfficeArt shape entries grouped by shape identifier.
public IReadOnlyDictionary<String, Int32> DrawingShapeEntriesByFlags { get; } #Gets OfficeArt shape entries grouped by raw flag bitfield.
public IReadOnlyDictionary<String, Int32> DrawingShapeEntriesByReservedState { get; } #Gets OfficeArt shape entries grouped by whether raw flags contain reserved bits.
public IReadOnlyDictionary<String, Int32> DrawingShapeEntriesByFlagName { get; } #Gets OfficeArt shape entries grouped by decoded flag name.
public IReadOnlyDictionary<String, Int32> DrawingAnchorEntriesByRange { get; } #Gets OfficeArt client anchors grouped by start and end cell.
public IReadOnlyDictionary<String, Int32> DrawingAnchorEntriesByOffset { get; } #Gets OfficeArt client anchors grouped by start and end offsets.
public IReadOnlyDictionary<String, Int32> DrawingAnchorEntriesByFlags { get; } #Gets OfficeArt client anchors grouped by raw flag bitfield.
public IReadOnlyDictionary<String, Int32> DrawingChildAnchorEntriesByRectangle { get; } #Gets OfficeArt child anchors grouped by decoded rectangle.
public IReadOnlyDictionary<String, Int32> DrawingChildAnchorEntriesBySize { get; } #Gets OfficeArt child anchors grouped by decoded width and height.
public IReadOnlyDictionary<String, Int32> DrawingRecordsByLocation { get; } #Gets preserve-only drawing and object BIFF records grouped by workbook or sheet location.
public IReadOnlyDictionary<LegacyXlsCompoundFeatureRecordKind, Int32> CompoundFeatureRecordsByKind { get; } #Gets preserve-only compound feature records grouped by kind.
public IReadOnlyDictionary<LegacyXlsCompoundFeatureRecordKind, Int32> CompoundFeatureEntriesByKind { get; } #Gets matching compound feature entries grouped by feature kind.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByName { get; } #Gets matching compound feature entries grouped by compound entry path or name.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByRole { get; } #Gets matching compound feature entries grouped by preserve-only entry role.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByKindAndRole { get; } #Gets matching compound feature entries grouped by feature kind and entry role.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByObjectType { get; } #Gets matching compound feature entries grouped by OLE compound object type.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByRoleAndObjectType { get; } #Gets matching compound feature entries grouped by role and OLE compound object type.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByContentKind { get; } #Gets matching compound feature entries grouped by preserve-only content shape.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByRoleAndContentKind { get; } #Gets matching compound feature entries grouped by role and preserve-only content shape.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesBySize { get; } #Gets matching compound feature entries grouped by declared byte size.
public IReadOnlyDictionary<String, Int32> CompoundFeatureEntriesByRoleAndSize { get; } #Gets matching compound feature entries grouped by role and declared byte size.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByName { get; } #Gets VBA module streams grouped by module name.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByPath { get; } #Gets VBA module streams grouped by compound entry path.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesBySize { get; } #Gets VBA module streams grouped by declared byte size.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByNameAndSize { get; } #Gets VBA module streams grouped by module name and declared byte size.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByContentKind { get; } #Gets VBA module streams grouped by preserve-only content shape.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByNameAndContentKind { get; } #Gets VBA module streams grouped by module name and preserve-only content shape.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByCodeNameMatch { get; } #Gets VBA module streams grouped by whether they match workbook or worksheet CodeName records.
public IReadOnlyDictionary<String, Int32> CompoundVbaModulesByCodeNameMatchAndName { get; } #Gets VBA module streams grouped by CodeName match type and module name.
public IReadOnlyDictionary<String, Int32> CompoundVbaProjectsByModuleCount { get; } #Gets VBA project compound features grouped by discovered module count.
public IReadOnlyDictionary<String, Int32> CompoundVbaProjectsByModuleByteCount { get; } #Gets VBA project compound features grouped by total declared module stream bytes.
public IReadOnlyDictionary<String, Int32> CompoundVbaProjectsByStructure { get; } #Gets VBA project compound features grouped by module, dir stream, and project stream counts.
public IReadOnlyDictionary<String, Int32> VbaProjectWorkbookStates { get; } #Gets VBA project workbook states grouped by marker, compound storage, and module presence.
public IReadOnlyDictionary<LegacyXlsCalculationSettingKind, Int32> CalculationSettingsByKind { get; } #Gets parsed calculation setting records grouped by setting kind.
public IReadOnlyDictionary<String, Int32> CellStylesByKind { get; } #Gets parsed workbook cell styles grouped by built-in/custom kind.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByRecordName { get; } #Gets preserve-only style extension records grouped by BIFF record name.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByFormatIndex { get; } #Gets preserve-only style extension records grouped by extended XF index.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByExtensionCount { get; } #Gets preserve-only style extension records grouped by declared extension-property count.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByStyleCategory { get; } #Gets StyleExt records grouped by style category.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByStyleFlags { get; } #Gets StyleExt records grouped by declared flag state.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByStyleName { get; } #Gets StyleExt records grouped by style name.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByXfRecordCount { get; } #Gets XFCRC records grouped by declared XF record count.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionsByChecksum { get; } #Gets XFCRC records grouped by declared checksum.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByType { get; } #Gets XFExt properties grouped by raw ExtProp type identifier.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByName { get; } #Gets XFExt properties grouped by decoded ExtProp type name.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByDataByteCount { get; } #Gets XFExt properties grouped by ExtProp data payload byte count.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByNumericValue { get; } #Gets XFExt properties grouped by decoded simple numeric value.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByNumericValueName { get; } #Gets XFExt properties grouped by decoded simple numeric value name.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByColorType { get; } #Gets XFExt color properties grouped by decoded FullColorExt color type.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByColorTintShade { get; } #Gets XFExt color properties grouped by FullColorExt tint/shade value.
public IReadOnlyDictionary<String, Int32> CellStyleExtensionPropertiesByColorValue { get; } #Gets XFExt color properties grouped by raw FullColorExt color value.
public IReadOnlyDictionary<LegacyXlsWorkbookMetadataKind, Int32> WorkbookMetadataRecordsByKind { get; } #Gets parsed workbook metadata records grouped by metadata kind.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByKind { get; } #Gets preserve-only workbook future metadata records grouped by metadata kind.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByRecordType { get; } #Gets preserve-only workbook future metadata records grouped by BIFF record type.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByRecordName { get; } #Gets preserve-only workbook future metadata records grouped by BIFF record name.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByHeaderState { get; } #Gets preserve-only workbook future metadata records grouped by decoded header state.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByHeaderRecordType { get; } #Gets preserve-only workbook future metadata records grouped by future-record header type.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByHeaderFlags { get; } #Gets preserve-only workbook future metadata records grouped by future-record header flags.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByPayloadLength { get; } #Gets preserve-only workbook future metadata records grouped by BIFF payload length.
public IReadOnlyDictionary<String, Int32> WorkbookFutureMetadataRecordsByBodyByteCount { get; } #Gets preserve-only workbook future metadata records grouped by body byte count after future-record header decoding.
public IReadOnlyDictionary<LegacyXlsWorksheetMetadataKind, Int32> WorksheetMetadataRecordsByKind { get; } #Gets parsed worksheet metadata records grouped by metadata kind.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByKind { get; } #Gets preserve-only worksheet future metadata records grouped by metadata kind.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsBySheet { get; } #Gets preserve-only worksheet future metadata records grouped by sheet name.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsBySheetAndKind { get; } #Gets preserve-only worksheet future metadata records grouped by sheet and metadata kind.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByRecordType { get; } #Gets preserve-only worksheet future metadata records grouped by BIFF record type.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByRecordName { get; } #Gets preserve-only worksheet future metadata records grouped by BIFF record name.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByHeaderState { get; } #Gets preserve-only worksheet future metadata records grouped by decoded header state.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByHeaderRecordType { get; } #Gets preserve-only worksheet future metadata records grouped by future-record header type.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByHeaderFlags { get; } #Gets preserve-only worksheet future metadata records grouped by future-record header flags.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByPayloadLength { get; } #Gets preserve-only worksheet future metadata records grouped by BIFF payload length.
public IReadOnlyDictionary<String, Int32> WorksheetFutureMetadataRecordsByBodyByteCount { get; } #Gets preserve-only worksheet future metadata records grouped by body byte count after future-record header decoding.
public IReadOnlyDictionary<LegacyXlsUnsupportedSheetMetadataKind, Int32> UnsupportedSheetMetadataRecordsByKind { get; } #Gets parsed unsupported-sheet metadata records grouped by metadata kind.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByKind { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by metadata kind.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsBySheet { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by sheet name.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsBySheetAndKind { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by sheet and metadata kind.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByRecordType { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by BIFF record type.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByRecordName { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by BIFF record name.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByHeaderState { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by decoded header state.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByHeaderRecordType { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by future-record header type.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByHeaderFlags { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by future-record header flags.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByPayloadLength { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by BIFF payload length.
public IReadOnlyDictionary<String, Int32> UnsupportedSheetFutureMetadataRecordsByBodyByteCount { get; } #Gets preserve-only unsupported-sheet future metadata records grouped by body byte count after future-record header decoding.
public IReadOnlyDictionary<LegacyXlsUnsupportedFeatureKind, Int32> PreservedFeatureRecordsByKind { get; } #Gets preserved feature record counts grouped by feature kind.
public IReadOnlyDictionary<String, Int32> PreservedFeatureRecordsByDetail { get; } #Gets preserved feature record counts grouped by kind, code, and stable feature subtype.
public Boolean HasImportErrors { get; } #Gets whether the import produced error diagnostics.
public Boolean HasUnsupportedFeatures { get; } #Gets whether the import discovered unsupported or preserve-only features.