1

Can anyone please have the pleasure to help to know, what widget can I use to open excel sheet in Android from "res/raw/Book1.xls"? Any help will really appreciated. THANKs a lot.

Jai Android
  • 2,131
  • 10
  • 38
  • 55
  • Hi these thread allready exist is not big help but is what i found. enter [link](http://stackoverflow.com/questions/5933019/is-there-any-way-to-open-xls-sheet-in-android) – PedroAGSantos May 10 '11 at 08:16
  • If you just want to read i think you could use these [link](http://www.vogella.de/articles/JavaExcel/article.html) is java so it should work to show the file that is a diferent story. Maybe there's a way with google docs. I use webview to show pdf. – PedroAGSantos May 10 '11 at 08:22

1 Answers1

0

Rather than using a widget within your application, you would probably launch another application via an Intent (which would require a spreadhseet application such as OpenOffice to be installed).

Tony the Pony
  • 40,327
  • 71
  • 187
  • 281