1

I have one doubt regarding reading an Excel file in Android.

I have a button in XML file. When that button is clicked, it has to open the Excel file, which was there in my downloads, only for viewing purposes. Is it possible without using parsing techniques, converting Excel to sqlite?

MC Emperor
  • 22,334
  • 15
  • 80
  • 130
user3534618
  • 7
  • 1
  • 6

2 Answers2

0

I don't think that there is any way to directly convert excel to sqlite as there isn't any direct relationship between them but to read any excel file in android you can use this.

Amit Anand
  • 1,225
  • 1
  • 16
  • 40
0

There is no inbuilt implementation from android.

Check this Blog post export-and-import-data-db-table-to-csv.

Harsha Vardhan
  • 3,324
  • 2
  • 17
  • 22