OfficeIMO

API Reference

Class

ExcelWorkbookSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable workbook inspection snapshot exposed by OfficeIMO.Excel for downstream integrations.

Inheritance

  • Object
  • ExcelWorkbookSnapshot

Constructors

public ExcelWorkbookSnapshot() #

Properties

public String Title { get; set; } #

Workbook title, when present in package properties.

public String FilePath { get; set; } #

File path associated with the workbook, when the document was created from a path.

public IReadOnlyList<ExcelWorksheetSnapshot> Worksheets { get; } #

Worksheets in workbook order.

public IReadOnlyList<ExcelNamedRangeSnapshot> NamedRanges { get; } #

Workbook and sheet-local named ranges discovered during inspection.