Closed s1reshu closed 6 years ago
I tried your code sir. But I dont know whether it is getting saved. Can you please tell where the database is exported
SQLiteToExcel sqliteToExcel = new SQLiteToExcel(getApplicationContext(), DB_NAME, directory_path);
You can find the excel sheet in your specified path while exporting the Excel file
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