<Saving SQLite database in Excel format> I am writ...
# stackoverflow
u
Saving SQLite database in Excel format I am writing an application on a Boiler in which data is saved to a database, I know that the database is saved in a folder that is not accessible to the user or other applications, and the question is: is it possible to implement the database saving function in the application in csv or excel format, so that later it could be transferred to a computer. Is this possible? If so, how to do it in Kotlin? And is it possible to transfer the edited data back to the database after editing on the...