Skip to content

Commit 0f05acb

Browse files
committed
Readme
1 parent 4ee1b23 commit 0f05acb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Graphed Excel
22

33
![Python Version](https://img.shields.io/badge/python-3.12.5-blue)
4+
45
<img src="images/Book1.xlsx.png" align="right" width="300" alt="Plot from Example Book1.xlsx file">
6+
57
Python script to visualize dependencies between cells in Excel spreadsheets.
68

79
Meant as a tool to visualize and understand the complexity of Excel spreadsheets.
810

911
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`.
1012

13+
<br clear="right"/>
14+
1115
## Install
1216

1317
```bash

0 commit comments

Comments
 (0)