Closed Habush closed 6 years ago
Ooops..turns out the issue was that I included .db
extension in the name of the database paramter to the SQLiteToExcel
constructor. Hence, removing the extension and just using the db name resolved the issue.
Anyways, thanks for developing this library!
Thanks Bro for Contribution
Sir how to update database through the importing excel sheet
Hi dear jcenter is closed and now your library is not working kindly help
I am using this library to export a SQLite database to an excel readable file. I use Room Persistance Library as an abstraction over SQLite database to write to the database, but I think that shouldn't matter (I may be wrong). I am using the following code to export the database:
However, when I try to open the file using MS Excel, it gives me
The file cannot be opened because it is corrupt
error. What is wrong here? How can I solve this?Thanks in advance