what widget can be used to open excel sheet in Android?
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.
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).
精彩评论