How to create java based dictionary for mobile using data in microsoft excel?

i am having a ms excel file which contains 2 columns, I first column i added words, and in second column meaning to the word in the first column. I want to create a dictionary for mobile like nokia or any java based application running mobile. How it can be created as i, dont know the java programming?

Export it as tab separated text, and it is easy to read that in core JAVA. For a mobile device, it might be good to compress it using a ziplib. This is pretty sttep for a beginner, but start on a PC and then work over to the mobile JAVA. There are many good JAVA tutorials online, like the Oracle/Sun reference one.