Add-in: Settings
Excel add-in: technical features¶
Requirements¶
The Excel add-in can be installed on any version of Microsoft Office. To use the add-in, the device must only have one version of Microsoft Office (the same for every module of the suite) installed. To use the add-in in Office 365, the suite must be installed locally.
Configuration files¶
The add-in always creates two configuration files: Appsettings.xml e Usersettings.ini. These files are saved in the same folder in which the add-in is installed and contain the following information:
- details of the configuration of the add-in’s connections to the web server
- summary of the add-in configuration preferences
- temporary files generated by the add-in
For more details on the contents of the configuration files, see Options window.
Display language¶
The language in which add-in interface elements (buttons, fields, etc.) are displayed is CCH Tagetik’s display language.
Tracking user authentications¶
Authentication operations carried out by the .NET client are registered in the audit trail if the "Web Login/Logout" option is enabled in the audit configurations (see Basic configuration procedures). The following information is registered and allows you to perform statistical analyses on the versions of Excel and Windows installed on clients that connect to CCH Tagetik.
- Client.Office.Version, or the version of Excel with which the user logged in (12.x= Excel 2007, 14.x= Excel 2010, 15.x=Excel 2013, 16.x= Excel 2016).
- Client.Office.Build, or the Excel build.
- Client.OS.Version, or version of Windows with which the client is authenticated.
- Client.NetFramework.Version, or the .NET Framework version and build number.