An advanced graph visualizer for Excel, CSV and JSON data.
Access the live version at: https://wsmontes.github.io/Excel-To-Graph/GraphV5.html
- Support for Excel files (.xlsx, .xls), CSV and JSON
- Interactive 3D graph visualization
- Configurable column mapping for graph properties
- Advanced filters and search
- Centrality analysis and community detection
- Graph export in multiple formats
To run this project locally, you can:
- Clone the repository
git clone https://github.com/wsmontes/Excel-To-Graph.git - Open the
GraphV5.htmlfile in a modern browser - Or use a local server like VS Code's Live Server
- 3D Force Graph
- Bootstrap 5
- XLSX.js for spreadsheet processing
- PapaParse for CSV files
- Three.js for 3D rendering
MIT