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 63
63
import com .alibaba .excel .read .metadata .holder .xls .XlsReadWorkbookHolder ;
64
64
65
65
/**
66
- * /** * A text extractor for Excel files. *
66
+ * A text extractor for Excel files.
67
67
* <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.
70
70
* </p>
71
- * *
71
+ *
72
72
* <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
74
74
* </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
+ *
78
76
*
79
77
* @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>
80
79
*/
81
80
@ Slf4j
82
81
public class XlsSaxAnalyser implements HSSFListener , ExcelReadExecutor {
You can’t perform that action at this time.
0 commit comments