HomeCSharpFileHelpers – Free .NET library to Import and export data

FileHelpers – Free .NET library to Import and export data

FileHelper is a free .NET library which lets the developers to import or export data from fixed length or delimited records from different storages like excel , access , SQL Server etc.

FileHelpers is released under the LPGL license and can be used in commercial applications . The full source code is also available at sourceforge.

The FileHelper library is a useful library specially when you want to read or write data to or from a specified file format.

FileHelper supports .NET Compact framework from version 1.1 which lets you to use it for your PocketPC , Windows Mobile and WindowsCE apps.

Know more about FileHelpers – Free .NET library to Import and export data at http://filehelpers.sourceforge.net/

Leave a Reply

You May Also Like

This C# program calculates and displays an upper triangular matrix based on user input. Problem Statement: The program takes the...
This C# program serves as a demonstration of bitwise operators, which are fundamental operators used for manipulating individual bits in...
This C# program is designed to interchange or swap the columns of a matrix. A matrix is a two-dimensional array...