OrgChart4XL reads Excel Tables to create your org chart.
Your table can contain any number of columns with various data, but it must include:
- An ID column: A unique identifier for each employee, such as an email or employee ID.
- A Manager column: Indicates who each employee reports to.
The column types must match. For instance, if you use email addresses for the IDs, then the manager colummn must also contain email addresses.
For this guide, we use the spreadsheet SimpleOrgChartTemplate.xlsx, which you can download.