View OFX request Files via C#

Viewing financial reports in OFX request format without needing Microsoft Office installed or any other software.

How to View OFX request Files

Follow the steps in code snippet or enhance it as of your application needs for viewing extensible business reporting language OFX request files. Be sure of having reading requirements within your application.

  1. Create OfxRequestDocument class Instance.
  2. Pass the name of a valid OFX request file as a parameter.
  3. To get the inner detail of file, use the relevant classes such as SignonRequest
  4. Show these information

Reading Requirement

To proceed for viewing OFX request 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 with Install-Package Aspose.Finance.

  • Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .

 

C# code to view OFX request files

 

Other Viewing Options

iXBRL (Inline Extensible Business Reporting Language)