Skip to content

C# to parse ofx documents\statements

License

Notifications You must be signed in to change notification settings

adrianotrentim/OfxSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C# to parse ofx documents\statements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.8%
  • JavaScript 5.2%