Maria F. answered 05/17/26
Computer Science & Programming Tutor| APCS, Java,Python,C++
You can use Gephi to visualize file connections by importing a CSV of links between Excel files and seeing them as a network graph. If you want something inside Excel, NodeXL can also show relationships as a graph. For a more technical approach, Python with libraries like networkx can scan folders and build a dependency graph of linked files across different shares.