How do I create a custom Excel Import template? February 16, 2026 12:22 Updated I want to utilize the Excel Import in my Web Client and create a custom template, which corresponds to the specific needs of my import. The customized template first needs to be configured and then can be imported in the Administration Toolkit. Important: The details on how to create an Excel import configuration are not covered here. This article only shows an overview of the configuration. If you need to create your own configurations, please consult the attached files at the end of this article and contact your consultant. Structure of templateThe structure of the Excel spreadsheet is described by an XML configuration file, which contains the mapping of objects from the Excel file to the metamodel of the concerning BOC product. Please note: An Excel file can contain any number of sheets Each sheet contains only objects of one type Each row in the sheet contains one object Each column holds an attribute or a relation to another object At least one unique identifier (name, ID, etc.) is necessary Excel sheetIn the following picture an example is shown on how a sheet in the Excel template is structured: Name of the sheet: "Application Component" Row: "Credit Card Management System (CRE)" Column: ID (simple), Specialisation, etc. XML configuration of sheet name: <sheet name="Applications" class_name="C_APPLICATION" id="2" data_row="4"> AttributesFollowing the Excel sheet setup, you need to set up the XML configuration of the attributes.The following attribute types can be imported: simple, date, enum, treeenumlist, enum_list, bool, relation and file_pointer. <attribute name="A_DESCRIPTION" type="simple" context="en" column="5"/> <attribute name> is the language independent name of the attribute <type> is the attribute type <context> defines the language of the objects that are imported <column> is the column number Once you have your Excel template and XML file set up, you can proceed to implement the configuration. Web-Client This guide applies to ADONIS 16, ADOIT 17, and ADOGRC 13 and later versions. For instructions applicable to earlier versions, please click here The configuration by default is set up in the Administration Toolkit of your BOC product, more specifically under Settings. There you will find the sub-item Excel Import. Depending on your product, you will find different standard templates, which are configured by default. Right-click on Excel Import to create a new configuration, and a new window will appear. To set up the new template, define a name for the configuration. Import the Excel template under Import template (1), import the XML file under Import configuration (2), and Save (3) the configuration. Rich-ClientThese instructions apply to versions prior to ADONIS 16, ADOIT 17 and ADOGRC 13. For instructions that apply to later versions, please click here. The configuration by default is set up in the Administration Toolkit of your BOC product, specifically in Library Management -> Component Settings. There you will find the sub-item Excel Import. Depending on your product, you will find different standard templates, which are configured by default. ADONIS/ADOGRC ADOIT With a right click on Excel import you can choose Create new configuration and a new window will appear. To set up the new template, define a Configuration name (1), upload the Excel file under Import template (2) and the XML file under Import (3). Hilfe zur Excel-Schnittstelle_ADOIT.pdf 500 KB Download Excel Interface Manual_ADOIT.pdf 500 KB Download Hilfe zur Excel-Schnittstelle_ADONIS.pdf 500 KB Download Excel Interface Manual_ADONIS.pdf 500 KB Download Related articles How to download a Support Information Package (SIP)? How do I find the ID of an object, model, user or search? REST-API Connection Troubleshooting Accessing BOC Support Tickets How to adapt representation of usernames?