androidmads / SQLite2XL

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

How to find the data in excel which is imported from sqlite #15

Closed s1reshu closed 6 years ago

s1reshu commented 6 years ago

Expected behavior

Actual behavior

I tried your code sir. But I dont know whether it is getting saved. Can you please tell where the database is exported

Steps to reproduce the issue

androidmads commented 6 years ago

SQLiteToExcel sqliteToExcel = new SQLiteToExcel(getApplicationContext(), DB_NAME, directory_path);

You can find the excel sheet in your specified path while exporting the Excel file