![]() |
VOOZH | about |
dotnet add package Aspose.Finance --version 26.5.22
NuGet\Install-Package Aspose.Finance -Version 26.5.22
<PackageReference Include="Aspose.Finance" Version="26.5.22" />
<PackageVersion Include="Aspose.Finance" Version="26.5.22" />Directory.Packages.props
<PackageReference Include="Aspose.Finance" />Project file
paket add Aspose.Finance --version 26.5.22
#r "nuget: Aspose.Finance, 26.5.22"
#:package Aspose.Finance@26.5.22
#addin nuget:?package=Aspose.Finance&version=26.5.22Install as a Cake Addin
#tool nuget:?package=Aspose.Finance&version=26.5.22Install as a Cake Tool
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.
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
OfxRequestDocumentandOfxResponseDocumentare 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.
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
XbrlDocumentclass.- Read iXBRL files using
InlineXbrlDocumentclass.
Convert XBRL to Excel and iXBRL in C#
- Convert XBRL files to XLSX or iXBRL format using the
SaveOptionsclass withXbrlDocument.Savemethod.
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
ValidationErrorCodeenum.
| 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. | ✔️ | ✔️ |
2000, XP, Vista, 7, 8, 10 (x64, x86)
2003, 2008, 2012 (x64, x86)
2.0, 3.0, 3.5, 4.0
Mono
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.
XBRL to XLSX using C# Codestring 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net20 net20 is compatible. net35 net35 is compatible. net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.5.22 | 134 | 5/22/2026 |
| 26.4.4 | 818 | 4/21/2026 |
| 25.8.0 | 14,625 | 8/15/2025 |
| 25.3.0 | 19,482 | 4/17/2025 |
| 24.12.0 | 18,359 | 12/12/2024 |
| 24.11.0 | 10,625 | 11/29/2024 |
| 24.10.0 | 3,444 | 10/30/2024 |
| 24.9.0 | 3,013 | 9/28/2024 |
| 24.8.0 | 3,144 | 8/31/2024 |
| 24.7.0 | 926 | 7/31/2024 |
| 24.6.0 | 5,938 | 6/30/2024 |
| 24.5.0 | 1,079 | 5/31/2024 |
| 24.4.0 | 13,244 | 4/30/2024 |
| 24.3.0 | 3,815 | 3/31/2024 |
| 24.2.0 | 5,240 | 2/29/2024 |
| 24.1.0 | 1,405 | 1/31/2024 |
| 23.12.0 | 11,449 | 12/31/2023 |
| 23.11.0 | 10,762 | 11/30/2023 |
| 23.10.0 | 8,784 | 10/29/2023 |
| 23.9.0 | 13,831 | 9/30/2023 |