Read OFX response Files via C#
Reading financial reports in OFX response format without needing Microsoft Office installed or any other software.
How to Read OFX response Files
Follow the steps in code snippet or enhance it as of your application needs for reading extensible business reporting language OFX response files. Be sure of having reading requirements within your application.
- Create OfxResponseDocument class Instance.
- Pass the name of a valid OFX response file as a parameter.
- To get the inner detail of file, use the relevant classes such as SignonResponse
Reading Requirement
To proceed for reading OFX response documents, .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 withInstall-Package Aspose.Finance
.Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
C# code to read OFX response files
Other Reading Options
iXBRL (Inline Extensible Business Reporting Language)