Convert iXBRL(inline xbrl) to XBRL via C#
iXBRL to XBRL conversion without needing any other software within .NET based applications.
Aspose.Finance for .NET is an API to process XBRL, iXBRL formats and developers can easily build business processes management, financial analysis and reporting software applications to convert, create, read, view and validate XBRL and iXBRL finance-related files.
How to Convert iXBRL to XBRL
- Load input inline XBRL file using InlineXbrlDocument class .
- Call the ExportToXbrl method by providing the target file as parameters.
Conversion Requirements
To proceed for iXBRL to XBRL conversion, .NET Finance API is the main requirement. Install it via command line as nuget install Aspose.Finance
or via Package Manager Console of Visual Studio with Install-Package Aspose.Finance
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
C# source code to convert iXBRL to XBRL file
Other Conversion Options
XBRL to XLSX (Microsoft Excel Open XML Spreadsheet)
OFX Response (From 1.03 to 2.2 Format)
OFX Request (From 1.03 to 2.2 Format)