-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,9 @@ SQLiteToExcel 库整合了 [Apache POI](http://poi.apache.org/) 和一些基本 | |
- Apache POI 版本同步更新到 v3.13 | ||
|
||
## 主要功能 | ||
* 1.导出单个表 | ||
* 2.导出多个表 | ||
* 3.导出所有表 | ||
* 导出单个表 | ||
* 导出多个表 | ||
* 导出所有表 | ||
|
||
## 如何使用 | ||
#### 1.添加 SD 卡读写权限到 AndroidManifest.xml(Android 6.0 需要处理运行时权限) | ||
|
@@ -59,7 +59,7 @@ public interface ExportListener { | |
``` | ||
#### 4.注意事项 | ||
* 目前仅支持 blob 字段导出为图片,因为我也不知道 byte[] 是文件还是图片。 | ||
* 数据库文件须位于```/data/data/包名/databases/```下,一般都是位于这个目录下。 | ||
* 数据库文件须位于```/data/data/包名/databases/```下,一般都是位于这个目录下。 | ||
|
||
## 关于我 | ||
* Email: [[email protected]](mailto:[email protected]) | ||
|