Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 89e4f66

Browse files
authored
Merge pull request #3722 from alibaba/bugfix20240311
* 支持停止单个`sheet`以后继续读取其他`sheet`,使用`ExcelAnalysisStopSheetException`
2 parents c3d3fa7 + bd4252f commit 89e4f66

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

easyexcel-core/src/main/java/com/alibaba/excel/analysis/v03/XlsSaxAnalyser.java

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,19 @@
6363
import com.alibaba.excel.read.metadata.holder.xls.XlsReadWorkbookHolder;
6464

6565
/**
66-
* /** * A text extractor for Excel files. *
66+
* A text extractor for Excel files.
6767
* <p>
68-
* * Returns the textual content of the file, suitable for * indexing by something like Lucene, but not really *
69-
* intended for display to the user. *
68+
* Returns the textual content of the file, suitable for indexing by something like Lucene, but not really intended for
69+
* display to the user.
7070
* </p>
71-
* *
71+
*
7272
* <p>
73-
* * To turn an excel file into a CSV or similar, then see * the XLS2CSVmra example *
73+
* To turn an excel file into a CSV or similar, then see the XLS2CSVmra example
7474
* </p>
75-
* * * @see <a href=
76-
* "http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra
77-
* .java">XLS2CSVmra</a>
75+
*
7876
*
7977
* @author jipengfei
78+
* @see <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java">XLS2CSVmra</a>
8079
*/
8180
@Slf4j
8281
public class XlsSaxAnalyser implements HSSFListener, ExcelReadExecutor {

0 commit comments

Comments
 (0)