From e36649fbc8eb22380da3baea7ad1fd0186f2dbae Mon Sep 17 00:00:00 2001 From: hellozrh <455741807@qq.com> Date: Wed, 18 Jan 2023 13:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D2003=E7=89=88=E6=9C=ACexcel?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E6=97=B6processLastCellSheet=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E4=B8=A4=E6=AC=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../poi/excel/sax/Excel03SaxReader.java | 10 +++++++--- .../cn/hutool/poi/excel/ExcelUtilTest.java | 2 +- hutool-poi/src/test/resources/readBySax.xls | Bin 26624 -> 26624 bytes 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hutool-poi/src/main/java/cn/hutool/poi/excel/sax/Excel03SaxReader.java b/hutool-poi/src/main/java/cn/hutool/poi/excel/sax/Excel03SaxReader.java index e9416b9cd..31bbf8aeb 100644 --- a/hutool-poi/src/main/java/cn/hutool/poi/excel/sax/Excel03SaxReader.java +++ b/hutool-poi/src/main/java/cn/hutool/poi/excel/sax/Excel03SaxReader.java @@ -218,7 +218,10 @@ public class Excel03SaxReader implements HSSFListener, ExcelSaxReader(this.rowCellList.size()); } @@ -359,6 +362,7 @@ public class Excel03SaxReader implements HSSFListener, ExcelSaxReader