suppose i want to read excel contents of 123 as 'one hundred twenty three'. please provide suggestion. srinivas

suppose i want to read excel contents of 123 as 'one hundred twenty three'. please provide suggestion. srinivas

First, you have to know how to read, and what an excel file is. It helps greatly if the excel file is with arm's length of your eyes

Second, you need to understand that we require you to put forth some real effort FIRST, and ask specific questions about what has you stumped. We won't post up code, before you do, nearly always.

Third, you gotta know you need to store the words which match up with the numbers, in a two dimension array of char's:

*numbers[]= {"zero", "one", "two", "three", etc.}

Now what happens when you printf("%s\n", numbers[0]), or numbers[1], etc.?

And welcome to the forum! Srinivas ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.