This repository was archived by the owner on Sep 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
easyexcel-core/src/main/java/com/alibaba/excel/analysis/v03 Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 6363import 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
8281public class XlsSaxAnalyser implements HSSFListener , ExcelReadExecutor {
You can’t perform that action at this time.
0 commit comments