i want to r开发者_开发技巧ead the .ofx and .qif files using asp.net. Can any one please help me in this. Thank you
http://qif.codeplex.com/ contains an open-source API for reading QIF files from .NET. There are several others if you search for QIF or OFX on CodePlex.
OFX is XML with a quirky header. Examples and specs can be found at http://www.ofx.net.
If you are looking for a program (and not code) then try iCreateOFX Basic. It reads QIF, OFX and CSV files into a grid.
精彩评论