草庐IT

android - 将 SQLite 数据库导出到 android 中的 csv 文件

我正在尝试将SQLite数据作为目录中的CSV文件导出到android中的SD卡。所以我在下面尝试了这种方法,显然它只显示打印出的文本:数据库的第一个表日期、项目、金额、货币在我的DBHelper.java中,我定义了如下函数:publicbooleanexportDatabase(){DateFormatdf=DateFormat.getDateInstance(DateFormat.SHORT,Locale.getDefault());/**Firstofallwecheckiftheexternalstorageofthedeviceisavailableforwriting.*

android - 将 SQLite 数据库导出到 android 中的 csv 文件

我正在尝试将SQLite数据作为目录中的CSV文件导出到android中的SD卡。所以我在下面尝试了这种方法,显然它只显示打印出的文本:数据库的第一个表日期、项目、金额、货币在我的DBHelper.java中,我定义了如下函数:publicbooleanexportDatabase(){DateFormatdf=DateFormat.getDateInstance(DateFormat.SHORT,Locale.getDefault());/**Firstofallwecheckiftheexternalstorageofthedeviceisavailableforwriting.*