Applies to:
reference, configuration
Excel Add in Service Settings
The configuration of the Excel Add-in service.
| Format |
Path |
Filename |
Purpose |
| JSON |
./conf/excel-addin/ |
config.json |
Authentication & MQTT configuration |
|
|
|
|
{
"id": "abcdef12-3456-7890-abcd-ef1234567890",
"version": "2.0.0.0",
"displayName": "MOPS 4.0 Excel Add-in",
"description": "With the MOPS 4.0 Excel Add-In, you can acquire real-time and historical data from MOPS Databases to create custom reports, charts etc.",
"iconBaseUrl": "https://www.myapplication.com/excel-addin/assets",
"sourceLocationBase": "https://www.myapplication.com/excel-addin/",
"functionsNamespace": "MOPS4",
"supportUrl": "https://support.mopssys.com",
"appDomain": "https://www.myapplication.com/",
"tabCustomLabel": "MOPS",
"application": "MOPSExcel"
}
| Name |
Type |
Description |
| id |
string |
Unique identifier for the Excel Add-in. |
| version |
string |
Version of the Excel Add-in. |
| displayName |
string |
Display name shown in Excel. |
| description |
string |
Description of the Excel Add-in. |
| iconBaseUrl |
string |
Base URL for icons used in the add-in. |
| sourceLocationBase |
string |
Base URL for the source location of the add-in. |
| functionsNamespace |
string |
Namespace for Excel functions provided by the add-in. |
| supportUrl |
string |
URL for support resources. |
| appDomain |
string |
Domain for the application. |
| tabCustomLabel |
string |
Custom label for the Excel tab. |
| application |
string |
Application identifier from MOPS 4.0 security. |
|
|
|