Are there any spreadsheet widgets for Android?

Sreedev R picture Sreedev R · Jan 9, 2012 · Viewed 13.7k times · Source

I have an Excel file that I want to use in my application. Using jexcel I read and write an Excel file in the application, but I don't know how to set up the view for that file in my application. Are there any spreadsheet widgets available for Android to show an Excel file?

Answer

aggregate1166877 picture aggregate1166877 · May 24, 2012

Why not use a TableLayout widget and programatically fill in the rows and columns while looping through the excel data? TableLayout supports rows and columns.

Usage example: http://developer.android.com/resources/tutorials/views/hello-tablelayout.html