Aspose.Finance 24.10.0

dotnet add package Aspose.Finance --version 24.10.0                
NuGet\Install-Package Aspose.Finance -Version 24.10.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Finance" Version="24.10.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Finance --version 24.10.0                
#r "nuget: Aspose.Finance, 24.10.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Finance as a Cake Addin
#addin nuget:?package=Aspose.Finance&version=24.10.0

// Install Aspose.Finance as a Cake Tool
#tool nuget:?package=Aspose.Finance&version=24.10.0                

Version 24.10.0 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License

Aspose.Finance for .NET is a standalone on-premise API consisting of C# classes that allow you to process and manipulate finance-related formats, such as, XBRL and iXBRL from within your .NET applications.

Working with OFX Files using C# API

Create OFX Request and Response Files in C# API

  • Supports creating OFX request and response files in versions 1.03 and 2.2 formats.
  • Classes like OfxRequestDocument and OfxResponseDocument are provided for creating these documents.

Convert OFX Request and Response Files in C# API

  • Convert OFX request and response files between versions 1.03 and 2.2.

Working with XBRL and iXBRL Files using C# Finance Library

Create XBRL Files in C#

  • Create an XBRL instance, add schema reference, context, unit, item, footnote link, role reference, and arc role reference.

Read XBRL and iXBRL Files in C#

  • Read XBRL instance files using XbrlDocument class.
  • Read iXBRL files using InlineXbrlDocument class.

Convert XBRL to Excel and iXBRL in C#

  • Convert XBRL files to XLSX or iXBRL format using the SaveOptions class with XbrlDocument.Save method.

Validate XBRL and iXBRL Files in C#

  • Validate XBRL instances using XbrlInstance.Validate() method.
  • Validate iXBRL files using InlineXbrlDocument.Validate() method.
  • Error codes for various validation scenarios are defined in ValidationErrorCode enum.

Supported File Formats

Format Description Load Save
XBRL Extensible Business Reporting Language. ✔️ ✔️
iXBRL Inline XBRL. ✔️ ✔️
XLSX Office Open XML SpreadsheetML Workbook or template file, with or without macros. ✔️
OFX Open Financial Exchange, XML format. ✔️ ✔️
OFX Version 1 Open Financial Exchange version 1.0~1.6, SGML format. ✔️ ✔️

Supported Operating Systems

Windows

2000, XP, Vista, 7, 8, 10 (x64, x86)

Windows Server

2003, 2008, 2012 (x64, x86)

Supported Frameworks

.NET Frameworks

2.0, 3.0, 3.5, 4.0

Mono Framework

Mono

Getting Started with Aspose.Finance for .NET

Are you ready to give Aspose.Finance for .NET a try? Simply execute Install-Package Aspose.Finance from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Finance for .NET and want to upgrade the version, please execute Update-Package Aspose.Finance to get the latest version.

Convert XBRL to XLSX using C# Code

string sourceDir = RunExamples.Get_SourceDirectory();
string outputDir = RunExamples.Get_OutputDirectory();

XbrlDocument document = new XbrlDocument(sourceDir + @"IdScopeContextPeriodStartAfterEnd.xml");

// Set save options
SaveOptions saveOptions = new SaveOptions();
saveOptions.SaveFormat = SaveFormat.XLSX;

// Save file to XLSX format
document.Save(outputDir + @"ConvertXbrlToXlsx_out.xlsx", saveOptions)

Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.Finance:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.10.0 436 10/30/2024
24.9.0 1,168 9/28/2024
24.8.0 1,579 8/31/2024
24.7.0 281 7/31/2024
24.6.0 3,781 6/30/2024
24.5.0 413 5/31/2024
24.4.0 4,307 4/30/2024
24.3.0 2,549 3/31/2024
24.2.0 3,379 2/29/2024
24.1.0 722 1/31/2024
23.12.0 8,028 12/31/2023
23.11.0 7,064 11/30/2023
23.10.0 6,249 10/29/2023
23.9.0 7,360 9/30/2023
23.8.0 7,254 8/30/2023
23.7.0 7,736 7/31/2023
23.6.0 6,340 6/30/2023
23.5.0 3,932 5/29/2023
23.3.0 4,787 4/14/2023
23.2.0 5,190 2/28/2023
23.1.0 13,540 1/18/2023
22.12.0 5,272 12/22/2022
22.11.0 6,364 11/29/2022
22.10.0 11,092 10/27/2022
22.9.0 5,937 9/22/2022
22.8.0 16,101 8/30/2022
22.7.0 6,819 7/26/2022
22.6.0 8,941 6/16/2022
22.5.0 7,213 5/11/2022
22.4.0 13,127 4/2/2022
21.9.0 39,105 9/29/2021
21.8.0 10,030 8/13/2021
21.3.0 34,705 3/14/2021
20.8.2 8,304 2/18/2021
20.8.1 9,548 10/15/2020
20.8.0 2,168 8/26/2020
20.7.0 3,076 7/22/2020
20.6.0 1,967 6/15/2020
20.3.2 10,045 4/23/2020
20.3.1 958 4/22/2020
20.3.0 945 4/22/2020