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.
Can anyone please have the pleasure to help to know, what widget can I
Share
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).