From a7ea726968d82a7b30f013bcb713ccf55c72b5ba Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 9 Feb 2023 19:45:01 +0800 Subject: [PATCH] fix code --- .../main/java/cn/hutool/poi/excel/sax/Excel03SaxReader.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 89b712733..47210efc5 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 @@ -216,7 +216,10 @@ public class Excel03SaxReader implements HSSFListener, ExcelSaxReader