Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
li-yu authored Apr 24, 2017
1 parent 9e1a3c1 commit 70ff454
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,7 @@
SQLiteToExcel 库整合了 [Apache POI](http://poi.apache.org/) 和一些基本的数据库查询操作,使得 SQLite 和 Excel 之间相互转换更加便捷。

## 更新历史
2017-04-17 : v1.0.4
- 支持 xlsx 格式输入和输出,感谢 @DearZack 反馈 [issue](https://github.com/li-yu/SQLiteToExcel/issues/2)
- 为了支持 xlsx,方法数已经爆表,请开启 ``multiDexEnabled``,没有特殊需求,建议还是使用仅支持 xls 的 v1.0.3 版本
- 修复了 excel 导入时空白行可能引起报错的 bug

2017-03-31 : v1.0.3
- 新增 Excel 导入 SQLite 数据库的功能

2017-03-28 : v1.0.2
- 上传到 JCenter

2017-03-24 : v1.0.2
- 解决 blob 字段导出报错的 bug
- 目前仅支持 blob 字段导出为图片
- Apache POI 版本同步更新到 v3.15

2015-12-25 : v1.0.1
- 可以设置导出目录,默认为内部SD卡根目录
- Apache POI 版本同步更新到 v3.13
[Release Notes](https://github.com/li-yu/SQLiteToExcel/releases)

## 如何使用
#### 1.添加 Gradle 依赖或者下载 Jar 文件作为 libs 添加到工程中
Expand Down

0 comments on commit 70ff454

Please sign in to comment.