/OfxSharp

Primary LanguageC#MIT LicenseMIT

Build Status Built with Grunt

OFXSharp

.NET OFX Parser

Getting Started

How to use

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

Contributing

Please use the issue tracker and pull requests.

License

Copyright (c) 2014 Afonso França, Antônio Milesi Bastos, James Hollingworth Licensed under the MIT license.