Aspose.Finance
20.3.2
See the version list below for details.
dotnet add package Aspose.Finance --version 20.3.2
NuGet\Install-Package Aspose.Finance -Version 20.3.2
<PackageReference Include="Aspose.Finance" Version="20.3.2" />
paket add Aspose.Finance --version 20.3.2
#r "nuget: Aspose.Finance, 20.3.2"
// Install Aspose.Finance as a Cake Addin #addin nuget:?package=Aspose.Finance&version=20.3.2 // Install Aspose.Finance as a Cake Tool #tool nuget:?package=Aspose.Finance&version=20.3.2
.NET API to Manipulate Finance-related Formats
Aspose.Finance for .NET is a standalone on-premise API consisting of C# classes that allow you to process and manipuate finance-related formats, such as, XBRL and iXBRL from within your .NET applications.
Finance Processing Features
- Create XBRL instance from scratch.
- Read XBRL & iXBRL format.
- Supports XBRL & iXBRL validation.
- Import and export XBRL & iXBRL format files.
- Handle the abstract element in XBRL taxonomy.
Read Finance Formats
XBRL, iXBRL
Platform Independence
Aspose.Finance for .NET is implemented using Managed C# and can be used with any .NET language like C#, VB.NET, F# and so on. It can be integrated with any kind of .NET application, from ASP.NET web applications to Windows .NET applications.
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.
Add Role Reference using C# Code
You can execute the following code snippet to see how Aspose.Finance API works in your environment or check the GitHub Repository for other common usage scenarios.
XbrlDocument document = new XbrlDocument();
XbrlInstanceCollection xbrlInstances = document.XbrlInstances;
XbrlInstance xbrlInstance = xbrlInstances[xbrlInstances.Add()];
SchemaRefCollection schemaRefs = xbrlInstance.SchemaRefs;
schemaRefs.Add(XbrlFilePath + @"schema.xsd", "example", "http://example.com/xbrl/taxonomy");
SchemaRef schema = schemaRefs[0];
RoleType roleType = schema.GetRoleTypeByURI("http://abc.com/role/link1");
if (roleType != null)
{
RoleReference roleReference = new RoleReference(roleType);
xbrlInstance.RoleReferences.Add(roleReference);
}
document.Save(XbrlFilePath + @"output\document7.xbrl");
Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
Product | Versions 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. |
This package has 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 | 463 | 10/30/2024 |
24.9.0 | 1,175 | 9/28/2024 |
24.8.0 | 1,582 | 8/31/2024 |
24.7.0 | 281 | 7/31/2024 |
24.6.0 | 3,786 | 6/30/2024 |
24.5.0 | 413 | 5/31/2024 |
24.4.0 | 4,320 | 4/30/2024 |
24.3.0 | 2,549 | 3/31/2024 |
24.2.0 | 3,381 | 2/29/2024 |
24.1.0 | 723 | 1/31/2024 |
23.12.0 | 8,061 | 12/31/2023 |
23.11.0 | 7,089 | 11/30/2023 |
23.10.0 | 6,263 | 10/29/2023 |
23.9.0 | 7,366 | 9/30/2023 |
23.8.0 | 7,254 | 8/30/2023 |
23.7.0 | 7,736 | 7/31/2023 |
23.6.0 | 6,344 | 6/30/2023 |
23.5.0 | 3,940 | 5/29/2023 |
23.3.0 | 4,787 | 4/14/2023 |
23.2.0 | 5,232 | 2/28/2023 |
23.1.0 | 13,570 | 1/18/2023 |
22.12.0 | 5,277 | 12/22/2022 |
22.11.0 | 6,370 | 11/29/2022 |
22.10.0 | 11,101 | 10/27/2022 |
22.9.0 | 5,939 | 9/22/2022 |
22.8.0 | 16,106 | 8/30/2022 |
22.7.0 | 6,834 | 7/26/2022 |
22.6.0 | 8,947 | 6/16/2022 |
22.5.0 | 7,213 | 5/11/2022 |
22.4.0 | 13,187 | 4/2/2022 |
21.9.0 | 39,160 | 9/29/2021 |
21.8.0 | 10,036 | 8/13/2021 |
21.3.0 | 34,752 | 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 |
- Create XBRL instance from scratch
- Read XBRL format
- Read iXBRL format
- XBRL validation
- iXBRL validation
Please check detailed release notes as follows:
https://docs.aspose.com/display/financenet/Aspose.Finance+for+.NET+20.3+Release+Notes