Altova Solvency II XBRL Add-in for Excel, Version 2023r2 Enterprise Edition

IAutomationAPI

Home Prev Top Next

The IAutomationAPI interface is the main automation interface of Solvency XBRL Add-in. This interface is the starting point for doing any further operations with the add-in, retrieving or creating other related automation objects. It allows you to create, import and export reports, read and write form data. For information about creating an instance of this interface, see Accessing the API.

 

Methods

Name

Description

InsertNewReport

Use this method to insert a new report of the respective taxonomy entry point.

ImportXBRL

Imports an XBRL report. Returns the Excel workbook that contains the imported XBRL report.

ExportXBRL

Exports the report from the respective Excel workbook to XBRL and validates it. To get the validation results, call GetValidationReport after calling this method.

Validate

Validates the current report. To get the validation results, call GetValidationReport after calling this method.

GetValidationReport

Returns an IValidationReport object representing the validation report currently shown in the validation report pane.

GetEntryPointTree

Returns an IEntryPointTree object representing a tree of the available taxonomy entry points.

GetTableTree

Returns an ITableTree object representing the tree of the available tables in the report opened in the specified Excel workbook.

GetReportProperties

Returns an IReportProperties object providing the properties of the XBRL report.

GetFormProperties

Returns an IFormProperties object providing the properties of the XBRL form in the specified Excel worksheet.

GetCellProperties

Returns an ICellProperties object providing the properties of the fact in the specified Excel range.

 

© 2017-2023 Altova GmbH