First, create a spreadsheet that has one row for each individual. These rows should have at least three columns, one for the name of the individual, one for the type of the individual (i.e. "male" or "female"), and one used as ID.
Then add one row for each family node you need. Specify a unique ID, keep the name column empty and use e.g. "family" as type.
When done with the nodes, add rows for the relations between the individuals. These rows should have two columns, one for the ID of the source node (individual) and one for the ID of the target node (individual).
For your example with Jon, Abi, Joe, you would need three rows for relations: one from Jon to a family node, one from Abi to the same family node, and one from said family node to Joe.
See e.g. this sample spreadsheet.
The above spreadsheet may be imported using the following Excel import settings
and
Additionally, you will also need an appropriate properties mapper configuration that assigns each node a style that is recognized by the family layout algorithm. To create such a configuration, use the following approach:
-
Create a user-defined palette section. See section Palette Manager in the yEd Manual for related documentation.
-
Open the family tree sample diagram from "Help" -> "Example Graphs" -> "Layout" -> "familytree.graphmlz".
-
Add one male node, one female node, and one family node to the palette section you create in step 1. (It does not matter which nodes you pick, you just require one node of each type.) A node can be added to a palette section by right-clicking the node to open its context menu and choosing "Add to Palette".
-
Either import your spreadsheet once without specifying a properties mapper configuration or create a (temporary) custom property named "Type" with type "Text". Custom properties may be created with "Edit" -> "Manage Custom Properties".
-
Create an appropriate properties mapper configuration (see "Edit" -> "Properties Mapper"):
The "Type to Width" and "Type to Height" mappings have only one entry for "family". A good value for the width and height is e.g. 10.
Run the family tree layout algorithm after importing your spreadsheet.