Saturday, August 02, 2014

Import CSV file and Convert Number to Words C#

I get the request for Convert Numbers To English Word from CSV file so I have decided to go the long way to build a class to do the conversion to English word and Load data from CSV file supported.

Here is a screen shot of a test project that uses the class:

See below I have Loaded CSV file and the Number Converted into Numbers,




Here is the full solution for download.  You can download the link and Just RUN.

There are Two steps of the above case,
  1. Read CSV ( excel ) file get the column where your number are.
  2. Use class which convert into word.

  Download CSV to English Word

No comments:

Post a Comment