You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Meant as a tool to visualize and understand the complexity of Excel spreadsheets
10
10
11
11
Will generate a graph of the dependencies between cells in an Excel spreadsheet. The graph is generated using the `networkx` library and is visualized using `matplotlib`.
12
12
13
+
A range reference like `=SUM(A1:A200)` is semantically handled like a single node and not 200 individual nodes in the graph.
0 commit comments