Skip to content

Habanerio/OFXSharper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OFXSharper

OFXSharper is a .Net Standard version of James Hollingworth's popular OFX Parser, OFXSharper (https://github.com/jhollingworth/OFXSharp).

This is pretty much the same version that he last committed, with a few bug fixes (eg: Available Balance, if present, wasn't properly being returned).

Sample Usage

var parser = new OFXDocumentParser();
var ofxDocument = parser.Import(new FileStream(@"c:\ofxdoc.ofx", FileMode.Open));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published