Convert XBRL to XLSX via C#

XBRL to Microsoft® Excel XLSX format conversion without needing Microsoft Office installed.

 

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 XBRL to XLSX

  1. Load input XBRL file using XbrlDocument class .
  2. Set SaveOptions for the output file by choosing the relevant SaveFormat .
  3. Call the Save method by providing the target file and relevant SaveOptions as parameters.

Conversion Requirement

To proceed for XBRL to XLSX 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 XBRL to XLSX file

 

Other Conversion Options

XBRL to iXBRL (Inline Extensible Business Reporting Language)
OFX Response (From 1.03 to 2.2 Format)
OFX Request (From 1.03 to 2.2 Format)