IAutomationAPI
The IAutomationAPI interface is the main automation interface of the EBA XBRL Add-in. This interface is the starting point to do any further operations with the add-in or to retrieve or create other related automation objects. It allows you to create, import and export reports, and also to read and write form data. For information about creating an instance of this interface, see Accessing the API.
Methods
Name | Description |
---|---|
Use this method to insert a new report of the respective taxonomy entry point. | |
Imports an XBRL report. Returns the Excel workbook that contains the imported XBRL report. | |
Exports the report from the respective Excel workbook to XBRL, and also validates it. To get the validation results, call GetValidationReport after calling this method. | |
Validates the current report. To get the validation results, call GetValidationReport after calling this method. | |
Returns an IValidationReport object representing the validation report currently shown in the validation report pane. | |
Returns an IEntryPointTree object representing a tree of the available taxonomy entry points. | |
Returns an ITableTree object representing the tree of the available tables in the report opened in the specified Excel workbook. | |
Returns an IReportProperties object providing the properties of the XBRL report. | |
Returns an IFormProperties object providing the properties of the XBRL form in the specified Excel worksheet. | |
Returns an ICellProperties object providing the properties of the fact in the specified Excel range. |