I have a database of 29 excel sheets which i need to use in my code. I converted those ecxel sheets in .xml format using ms excel so that i can use xmlparser to fetch data f
POI is good API for reading excel sheet.
i think you should download http://jexcelapi.sourceforge.net/ library and try to implement it. this library provide read data of excel in android.