androidmads / SQLite2XL

Library to Convert SQLite to Excel and Vice-Versa
MIT License
166 stars 58 forks source link

No such table #30

Closed devinder2104 closed 4 years ago

devinder2104 commented 4 years ago

Expected behavior

I wnat to export my Room db table to excel file.

Actual behavior

it shows error : E/SQLiteLog: (1) no such table:

Steps to reproduce the issue

Create Table using room library. Exporting table using this libarary by passing name of table

HussainSatham commented 2 years ago

How did you resolve this issue?