Skip to content

Commit 50ba485

Browse files
committed
update README
1 parent c395d97 commit 50ba485

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ SQLiteToExcel 库整合了 [Apache POI](http://poi.apache.org/) 和一些基本
1515
- Apache POI 版本同步更新到 v3.13
1616

1717
## 主要功能
18-
* 1.导出单个表
19-
* 2.导出多个表
20-
* 3.导出所有表
18+
* 导出单个表
19+
* 导出多个表
20+
* 导出所有表
2121

2222
## 如何使用
2323
#### 1.添加 SD 卡读写权限到 AndroidManifest.xml(Android 6.0 需要处理运行时权限)
@@ -59,7 +59,7 @@ public interface ExportListener {
5959
```
6060
#### 4.注意事项
6161
* 目前仅支持 blob 字段导出为图片,因为我也不知道 byte[] 是文件还是图片。
62-
* 数据库文件须位于```/data/data/包名/databases/```,一般都是位于这个目录下。
62+
* 数据库文件须位于```/data/data/包名/databases/```一般都是位于这个目录下。
6363

6464
## 关于我
6565
* Email: [me@liyuyu.cn](mailto:me@liyuyu.cn)

0 commit comments

Comments
 (0)