Create iXBRL(inline xbrl) Files via C#

iXBRL(inline xbrl) files creation without needing Microsoft Office installed or any other software.

How to Create iXBRL(inline xbrl) Files

Follow the steps in code snippet or enhance it as of your application needs for generating extensible business reporting language iXBRL(inline xbrl) files. Be sure of having creation requirements within your application.

  1. Create InlineXbrlDocument class Instance.
  2. Build element dom tree
  3. Call the Save method by providing the target file path.

Creation Requirement

To proceed for iXBRL(inline xbrl) documents generation, .NET Finance API is the main requirement to be included within application.

  • 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# code for XBRL files creation

 

Other Creation Options

OFX Request (1.03 or 2.2 Format)
OFX Response (1.03 or 2.2 Format)