Welcome to yEd Q&A! Here you can ask questions and receive answers from other members of the community. And, you can also tell us your most wanted feature requests.

Export Graph Information to excel

0 votes
Hi,

is it possible to export a graph created and edited in yEd to MS Excel (possibly as an adjacency list) ? I mean you could randomly generate a graph ind yED and add some attributes. Afterwards one could do some calculations on the graph (shortest paths etc) if you had its info in excel.
asked Nov 22, 2011 in Help by anonymous

2 Answers

0 votes
No, it is not possible to export to Excel.
answered Nov 22, 2011 by thomas.behr [yWorks] (11,060 points)
0 votes
You could save as TGF, which contains the node list and the edge list, then copy-paste from that or import as CSV (technically, space-separated values).
answered Feb 25 by anonymous