API Reference

Class

ExcelFormulaDependencyGraph

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Workbook-level dependency graph built from formula inspection metadata.

Inheritance

  • Object
  • ExcelFormulaDependencyGraph

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 ExcelFormulaDependencyNode FindNode(String sheetName, String cellReference) #
Returns: ExcelFormulaDependencyNode

Finds a formula dependency node by worksheet name and cell reference.

Parameters

sheetName System.String requiredposition: 0
cellReference System.String requiredposition: 1
public String ToMarkdown() #
Returns: String

Returns a compact Markdown report of formula dependencies and dependents.

Properties

public IReadOnlyList<ExcelFormulaDependencyNode> Nodes { get; } #

Formula nodes in workbook order.

public Int32 NodeCount { get; } #

Total formula nodes in the graph.

public Boolean HasDependencyIssues { get; } #

True when at least one formula node has dependency diagnostics.