From 430a53ae8c5c2d291da973733d72638160c2b653 Mon Sep 17 00:00:00 2001 From: "jipengfei.jpf" Date: Thu, 27 Apr 2023 23:19:56 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BD=9C=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 004f12c7..9267ab80 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ EasyExcel [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![](https://img.shields.io/badge/EasyExcel-%E6%9F%A5%E7%9C%8B%E8%B4%A1%E7%8C%AE%E6%8E%92%E8%A1%8C%E6%A6%9C-orange)](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=easyexcel) +# 🔥作者最新开作品[Chat2DB](https://github.com/alibaba/Chat2DB) +一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) + # JAVA解析Excel工具 Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。 From b7b7a204bc905fa0145eccfba4dab802308a0773 Mon Sep 17 00:00:00 2001 From: jipengfei-jpf <1558143046@qq.com> Date: Thu, 27 Apr 2023 23:22:37 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 004f12c7..968eaa5a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# 🔥作者最新开作品[Chat2DB](https://github.com/alibaba/Chat2DB) +一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) + EasyExcel ====================== [![Build Status](https://github.com/alibaba/easyexcel/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/alibaba/easyexcel/actions/workflows/ci.yml?query=branch%3Amaster) From de87f4b331ba1fae1602d23203fad7f78f82638b Mon Sep 17 00:00:00 2001 From: jipengfei-jpf <1558143046@qq.com> Date: Thu, 27 Apr 2023 23:23:08 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 968eaa5a..47b7e63a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔥作者最新开作品[Chat2DB](https://github.com/alibaba/Chat2DB) +# 🔥作者最新开源作品[Chat2DB](https://github.com/alibaba/Chat2DB) 一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) EasyExcel From 70ec81455c8763f0941e61d47960f8252e57f8ae Mon Sep 17 00:00:00 2001 From: "jipengfei.jpf" Date: Fri, 28 Apr 2023 09:28:12 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BD=9C=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9267ab80..b0c56c02 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ EasyExcel [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![](https://img.shields.io/badge/EasyExcel-%E6%9F%A5%E7%9C%8B%E8%B4%A1%E7%8C%AE%E6%8E%92%E8%A1%8C%E6%A6%9C-orange)](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=easyexcel) -# 🔥作者最新开作品[Chat2DB](https://github.com/alibaba/Chat2DB) -一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) +# 🔥作者最新开项目[Chat2DB](https://github.com/alibaba/Chat2DB) +Chat2DB是一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) # JAVA解析Excel工具 From 9acea1f362c2e02f758a6d8abcfb4a6401cf4e97 Mon Sep 17 00:00:00 2001 From: "jipengfei.jpf" Date: Fri, 28 Apr 2023 09:29:31 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BD=9C=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034b188c..47bffc6c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ EasyExcel [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![](https://img.shields.io/badge/EasyExcel-%E6%9F%A5%E7%9C%8B%E8%B4%A1%E7%8C%AE%E6%8E%92%E8%A1%8C%E6%A6%9C-orange)](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=easyexcel) -# 🔥作者最新开项目[Chat2DB](https://github.com/alibaba/Chat2DB) +# 🔥作者最新开源项目[Chat2DB](https://github.com/alibaba/Chat2DB) Chat2DB是一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) # JAVA解析Excel工具 From d96676827b7538d7720c61bbaf22b43c3a34b90d Mon Sep 17 00:00:00 2001 From: "jipengfei.jpf" Date: Fri, 28 Apr 2023 09:32:32 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BD=9C=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47bffc6c..efee515e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# 🔥作者最新开源作品[Chat2DB](https://github.com/alibaba/Chat2DB) -一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) +# 🔥作者最新开源项目[Chat2DB](https://github.com/alibaba/Chat2DB) +Chat2DB是一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) EasyExcel ====================== @@ -8,9 +8,6 @@ EasyExcel [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![](https://img.shields.io/badge/EasyExcel-%E6%9F%A5%E7%9C%8B%E8%B4%A1%E7%8C%AE%E6%8E%92%E8%A1%8C%E6%A6%9C-orange)](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=easyexcel) -# 🔥作者最新开源项目[Chat2DB](https://github.com/alibaba/Chat2DB) -Chat2DB是一个集成了ChatGPT 可以AI自动生成SQL的智能数据库客户端, GitHub地址 [https://github.com/alibaba/Chat2DB](https://github.com/alibaba/Chat2DB) - # JAVA解析Excel工具 Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。